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 { Toaster } from 'react-hot-toast'
|
||||||
|
|
||||||
import { showErrorToast, showSuccessToast } from '../../../lib/toastHelpers'
|
import { showErrorToast, showSuccessToast } from '../../../lib/toastHelpers'
|
||||||
import { applyStoredTheme } from '../../../lib/themeUpdater'
|
import { applyStoredTheme } from '../../../lib/themeUpdater'
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Box,
|
|
||||||
HStack,
|
HStack,
|
||||||
SpanBox,
|
SpanBox,
|
||||||
VStack,
|
VStack,
|
||||||
} from '../../../components/elements/LayoutPrimitives'
|
} from '../../../components/elements/LayoutPrimitives'
|
||||||
import { PrimaryLayout } from '../../../components/templates/PrimaryLayout'
|
|
||||||
|
|
||||||
import 'antd/dist/antd.compact.css'
|
import 'antd/dist/antd.compact.css'
|
||||||
import { StyledText } from '../../../components/elements/StyledText'
|
import { StyledText } from '../../../components/elements/StyledText'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue