mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Import ChangeEvent
This commit is contained in:
parent
9314c3d8f1
commit
57563ee958
1 changed files with 1 additions and 3 deletions
|
|
@ -1,16 +1,14 @@
|
|||
import { useCallback, useMemo, useState } from 'react'
|
||||
import { ChangeEvent, useCallback, useMemo, useState } from 'react'
|
||||
import { Toaster } from 'react-hot-toast'
|
||||
|
||||
import { showErrorToast, showSuccessToast } from '../../../lib/toastHelpers'
|
||||
import { applyStoredTheme } from '../../../lib/themeUpdater'
|
||||
|
||||
import {
|
||||
Box,
|
||||
HStack,
|
||||
SpanBox,
|
||||
VStack,
|
||||
} from '../../../components/elements/LayoutPrimitives'
|
||||
import { PrimaryLayout } from '../../../components/templates/PrimaryLayout'
|
||||
|
||||
import 'antd/dist/antd.compact.css'
|
||||
import { StyledText } from '../../../components/elements/StyledText'
|
||||
|
|
|
|||
Loading…
Reference in a new issue