diff --git a/packages/app/src/pages/app/[id]/index.jsx b/packages/app/src/pages/app/[id]/index.jsx index 13dceb97..6689d8c1 100644 --- a/packages/app/src/pages/app/[id]/index.jsx +++ b/packages/app/src/pages/app/[id]/index.jsx @@ -1,6 +1,4 @@ import React from "react" -import ReactDOM from "react-dom" - import Image from "@components/Image" import { Icons } from "@components/Icons" import ErrorBoundary from "@components/ErrorBoundary" @@ -8,8 +6,6 @@ import ErrorBoundary from "@components/ErrorBoundary" import useCenteredContainer from "@hooks/useCenteredContainer" import useTotalWindowHeight from "@hooks/useTotalWindowHeight" -import loadable from "@loadable/component" - import "./index.less" const AppPage = (props) => {