Files
DeviceManager/apps/manager/.svelte-kit/output/server/entries/pages/_page.ts.js

8 lines
132 B
JavaScript

import { r as redirect } from "../../chunks/index.js";
const load = () => {
throw redirect(302, "/config");
};
export {
load
};