mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2026-01-23 12:34:42 +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 { DeckDialog } from './'
|
||||
import { Button } from '@/components'
|
||||
import { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import { DeckDialog } from './'
|
||||
|
||||
const meta = {
|
||||
component: DeckDialog,
|
||||
tags: ['autodocs'],
|
||||
|
||||
Reference in New Issue
Block a user