adjusted imports

This commit is contained in:
Luke Hagar
2024-05-29 14:39:52 -07:00
parent 595e0f9195
commit 9f706f814f
5 changed files with 10 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { newSpec } from '$lib';
import { newSpec } from '$lib/db';
import { db, setSpec, type APISpec } from '$lib/db';
</script>