Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
xmimiex committed Jun 17, 2024
1 parent 260db1b commit 7724841
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 7724841

Please sign in to comment.