mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
remove unused imports
This commit is contained in:
parent
c9e222d686
commit
edb52ae9cd
@ -1,6 +1,4 @@
|
|||||||
import React from "react"
|
import React from "react"
|
||||||
import ReactDOM from "react-dom"
|
|
||||||
|
|
||||||
import Image from "@components/Image"
|
import Image from "@components/Image"
|
||||||
import { Icons } from "@components/Icons"
|
import { Icons } from "@components/Icons"
|
||||||
import ErrorBoundary from "@components/ErrorBoundary"
|
import ErrorBoundary from "@components/ErrorBoundary"
|
||||||
@ -8,8 +6,6 @@ import ErrorBoundary from "@components/ErrorBoundary"
|
|||||||
import useCenteredContainer from "@hooks/useCenteredContainer"
|
import useCenteredContainer from "@hooks/useCenteredContainer"
|
||||||
import useTotalWindowHeight from "@hooks/useTotalWindowHeight"
|
import useTotalWindowHeight from "@hooks/useTotalWindowHeight"
|
||||||
|
|
||||||
import loadable from "@loadable/component"
|
|
||||||
|
|
||||||
import "./index.less"
|
import "./index.less"
|
||||||
|
|
||||||
const AppPage = (props) => {
|
const AppPage = (props) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user