mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Remove unused import and move api helper to utils.
This commit is contained in:
parent
485615b5bb
commit
38b288cf58
2 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