fix: lint and type errors in ToggleCartIcon, AdminLayout, ProductFilters, use-product-filters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Monitor, Moon, Sun } from 'lucide-react'
|
||||
import IconButton from '@mui/material/IconButton'
|
||||
import Tooltip from '@mui/material/Tooltip'
|
||||
import { Monitor, Moon, Sun } from 'lucide-react'
|
||||
import type { ThemeModePreference } from '@/shared/model/theme'
|
||||
|
||||
type Props = {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { useEffect } from 'react'
|
||||
import { Bold, Italic, List } from 'lucide-react'
|
||||
import Box from '@mui/material/Box'
|
||||
import IconButton from '@mui/material/IconButton'
|
||||
import Stack from '@mui/material/Stack'
|
||||
import Placeholder from '@tiptap/extension-placeholder'
|
||||
import { EditorContent, useEditor } from '@tiptap/react'
|
||||
import TiptapStarterKit from '@tiptap/starter-kit'
|
||||
import { Bold, Italic, List } from 'lucide-react'
|
||||
|
||||
type RichTextMessageEditorProps = {
|
||||
value: string
|
||||
|
||||
Reference in New Issue
Block a user