Make sidebar group and clean up styling a bit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { redirect } from "@sveltejs/kit";
|
||||
import type { PageServerLoad } from "./$types";
|
||||
|
||||
export const load: PageServerLoad = ({}) => {
|
||||
redirect(308, "/calculator");
|
||||
export const load: PageServerLoad = ({ }) => {
|
||||
redirect(308, "/calculator/configurations");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user