move to shadcn

This commit is contained in:
2026-01-24 11:43:11 -06:00
parent 144cd4787e
commit d074868e74
41 changed files with 1337 additions and 360 deletions
+1 -1
View File
@@ -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');