fix: change require path
This commit is contained in:
parent
e6a38e2a0b
commit
c939fb80d3
@ -1,6 +1,6 @@
|
|||||||
import type { PageServerLoad } from './$types';
|
import type { PageServerLoad } from './$types';
|
||||||
import { fetchData } from '$lib/server/fetchData';
|
import { fetchRooms } from '$lib/server/yukiotoko';
|
||||||
|
|
||||||
export const load: PageServerLoad = async ({ fetch }) => {
|
export const load: PageServerLoad = async ({ fetch }) => {
|
||||||
return await fetchData();
|
return await fetchRooms();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user