mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Refactoring routes to have auth layouts and main landing.
This commit is contained in:
parent
0ca51dd6f3
commit
98acc78ea3
25 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { error } from '@sveltejs/kit';
|
||||
import prisma from '$lib/prisma.js';
|
||||
import { boardGameApi } from '../../api';
|
||||
|
||||
export const load = async ({ params, setHeaders, locals }) => {
|
||||
try {
|
||||
Loading…
Reference in a new issue