Skip to content

Commit

Permalink
fix: icon import
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanNik committed Nov 28, 2024
1 parent 3754cff commit 3ecae89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion v2/pink-sb/src/stories/DirectoryPicker.stories.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script context="module" lang="ts">
import { DirectoryPicker } from '$lib/index.js';
import { IconGithub } from '@appwrite.io/pink-icons-svelte';
import type { MetaProps } from '@storybook/addon-svelte-csf';
import { Story } from '@storybook/addon-svelte-csf';
Expand Down Expand Up @@ -126,6 +125,10 @@
};
</script>

<script>
import { IconGithub } from '@appwrite.io/pink-icons-svelte';
</script>

<div class="wrapper">
<Story name="Default" let:args>
<DirectoryPicker
Expand Down

0 comments on commit 3ecae89

Please sign in to comment.