Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jul 6, 2024
1 parent a4ddfdf commit a232ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/components/banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ This example demonstrates a sliding transition using the slide transition from s
```svelte example class="flex flex-col relative"
<script>
import { slide } from 'svelte/transition';
import { quintOut } from 'svelte/easing';
import { quintOut } from 'svelte/easing';
import { Banner, Skeleton, ImagePlaceholder } from 'flowbite-svelte';
import { BullhornSolid } from 'flowbite-svelte-icons';
Expand Down

0 comments on commit a232ec3

Please sign in to comment.