mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-23 18:32:39 +00:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
import { r as redirect } from "../../chunks/index.js";
|
|
const load = () => {
|
|
throw redirect(302, "/config");
|
|
};
|
|
export {
|
|
load
|
|
};
|