Skip to content

Commit

Permalink
refactor: missing import path
Browse files Browse the repository at this point in the history
  • Loading branch information
PleahMaCaka committed Oct 30, 2023
1 parent 9eb6ff8 commit 7d91034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/sidebar/SideButton.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import type { PageType } from "$lib/stores/StateStore"
import { stateStore } from "$lib/stores/StateStore"
import type { PageType } from "$lib/types/Chat"
export let iconSrc: string
export let category: PageType | undefined
Expand Down

0 comments on commit 7d91034

Please sign in to comment.