adds new trail page
This commit is contained in:
6
web/src/routes/new/+page.ts
Normal file
6
web/src/routes/new/+page.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { categories_index } from "$lib/stores/category_store";
|
||||
import type { Load } from "@sveltejs/kit";
|
||||
|
||||
export const load: Load = async ({ params }) => {
|
||||
await categories_index()
|
||||
};
|
||||
Reference in New Issue
Block a user