Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Dec 10, 2024
1 parent 8283e06 commit 7b33030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/forms/UserFeedback.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { createEventDispatcher } from "svelte";
import { enhance } from "$app/forms";
import { page } from "$app/page";
import { page } from "$app/stores";
import { _ } from "svelte-i18n";
import { Bug16, Comment16, Question16 } from "svelte-octicons";
import type { Nullable, User } from "$lib/api/types";
Expand Down

0 comments on commit 7b33030

Please sign in to comment.