Skip to content

Commit

Permalink
Füge onMount-Import hinzu in +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoppelhofer committed Apr 11, 2024
1 parent 09482ee commit b1d8706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import { db, type ExistingDocument, type ProductList as PL } from '$lib/db';
import ProductList from '$lib/components/ProductList.svelte';
import { browser } from '$app/environment';
import { onMount } from 'svelte';
export let data: PageData;
Expand Down

0 comments on commit b1d8706

Please sign in to comment.