separated db & function code (filament)

This commit is contained in:
2025-09-03 00:15:47 +02:00
parent 9034c23d84
commit a2a4fdd770
6 changed files with 105 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
import type { PageServerLoad } from './$types';
import { getFilamentByColor } from '$lib/server/database';
import { getFilamentByColor } from '$lib/server/database/filament';
export const load = async ({ params }: Parameters<PageServerLoad>[0]) => {
let { id } = params;