mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
style: remove unused variable
This commit is contained in:
parent
b46fd030a3
commit
87503a0cad
@ -1,10 +1,8 @@
|
||||
import { useTheme } from 'next-themes'
|
||||
import dynamic from 'next/dynamic'
|
||||
import { useFormik } from 'formik'
|
||||
import MarkdownView from 'react-showdown'
|
||||
import sanitizeHtml from 'sanitize-html'
|
||||
|
||||
import { anchorHeader, checkBrowser } from '@utils/Tools'
|
||||
import { checkBrowser } from '@utils/Tools'
|
||||
|
||||
const Container = dynamic(()=> import('@components/Container'))
|
||||
const Divider = dynamic(()=> import('@components/Divider'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user