From edb52ae9cd43c6470d810a5705f5373c2e3fe739 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 2 Apr 2025 01:51:47 +0000 Subject: [PATCH] remove unused imports --- packages/app/src/pages/app/[id]/index.jsx | 4 ---- 1 file changed, 4 deletions(-) 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) => {