Skip to content

Commit 83f97d6

Browse files
committed
fix import
1 parent 2c58662 commit 83f97d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/models/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts">
2-
import type { Model } from '$lib/types/Model.js';
2+
import type { Model } from '$lib/types/Model/Model';
33
import {
44
Table,
55
TableBody,

0 commit comments

Comments
 (0)