Refactoring routes to have auth layouts and main landing.

This commit is contained in:
Bradley Shellnut 2023-09-12 13:06:29 -07:00
parent 0ca51dd6f3
commit 98acc78ea3
25 changed files with 0 additions and 1 deletions

View file

@ -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 {

View file