remove unused imports

This commit is contained in:
SrGooglo 2025-04-02 01:51:47 +00:00
parent c9e222d686
commit edb52ae9cd

View File

@ -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) => {