Skip to content

Commit

Permalink
Merge pull request #118 from qwikerx/fix/build-toast
Browse files Browse the repository at this point in the history
fix: remove unused import
  • Loading branch information
qwikerx authored Jun 17, 2024
2 parents 260db1b + 7724841 commit 756402c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* description: Use the playground to test different toast positions and types.
* height: 400
*/
import { component$, useContext, useSignal, useTask$ } from '@builder.io/qwik'
import { component$, useContext, useSignal } from '@builder.io/qwik'
import { Link, StaticGenerateHandler } from '@builder.io/qwik-city'
import { Button, Select, ToastPosition, useToast } from 'flowbite-qwik'
import { toastPositionContext } from '~/root'
Expand Down

0 comments on commit 756402c

Please sign in to comment.