rm dev comment
Browse files
src/routes/+page.server.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
// src/routes/my-page/page.server.ts
|
2 |
import type { ModelEntryWithTokenizer } from '$lib/types';
|
3 |
import type { ModelEntry } from '@huggingface/hub';
|
4 |
import type { PageServerLoad } from './$types';
|
|
|
|
|
1 |
import type { ModelEntryWithTokenizer } from '$lib/types';
|
2 |
import type { ModelEntry } from '@huggingface/hub';
|
3 |
import type { PageServerLoad } from './$types';
|