move to shadcn
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { LayoutServerLoad } from './$types';
|
||||
import { getUserFromJWT } from '$lib/utils';
|
||||
import { getUserFromJWT } from '$lib/shared';
|
||||
|
||||
export const load: LayoutServerLoad = ({ cookies }) => {
|
||||
const jwt = cookies.get('jwt');
|
||||
|
||||
Reference in New Issue
Block a user