Work on expanding the routes

This commit is contained in:
Scott Idem
2024-03-04 20:55:48 -05:00
parent 6c60ee3086
commit 19a6ff6dbe
22 changed files with 846 additions and 118 deletions

View File

@@ -0,0 +1,6 @@
/** @type {import('./$types').PageLoad} */
export function load() {
return {
ae_events_badges_page_ts: true,
};
}