Skip to content

Commit

Permalink
fix: change import to type for LayoutServerLoad in +layout.server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Izobov committed Nov 21, 2024
1 parent fcc71c5 commit c9874cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { _GraphQL } from '@betarena/scores-lib/dist/classes/_graphql.js';
import { getSportstackByPermalink } from '$lib/sveltekit/endpoint/sportstack.js';
import { preloadExitLogic } from '$lib/utils/navigation.js';
import { ERROR_CODE_UNAUTHORIZED, PAGE_UNAUTHORIZED_MSG } from '$lib/utils/debug.js';
import { LayoutServerLoad } from './$types.js';
import type { LayoutServerLoad } from './$types.js';

export const load: LayoutServerLoad = (async ({ locals, fetch, params }) =>
{
Expand Down

0 comments on commit c9874cd

Please sign in to comment.