mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2026-01-05 20:52:05 +00:00
feat: use search params for filters instead of redux
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { useState } from 'react'
|
||||
|
||||
import { DeleteDeckDialog } from './'
|
||||
import { Button } from '@/components'
|
||||
import { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import { DeleteDeckDialog } from './'
|
||||
|
||||
const meta = {
|
||||
component: DeleteDeckDialog,
|
||||
tags: ['autodocs'],
|
||||
|
||||
Reference in New Issue
Block a user