From b26961d784e420e9e414ee90fcb8257d054ba66e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 15 Oct 2021 17:22:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20DebugBox=20in=20the=20n?= =?UTF-8?q?otebook=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 589af0a..540ea4f 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -20,7 +20,6 @@ import {NotebookCreateBox} from "./components/notebook/NotebookCreateBox" import {NotebookDescriptionBox} from "./components/notebook/NotebookDescriptionBox" import {NotebookListBox} from "./components/notebook/NotebookListBox" import {NotebookRouter} from "./components/notebook/NotebookRouter" -import {DebugBox} from "./components/placeholder/DebugBox" import {ProjectCreateBox} from "./components/project/ProjectCreateBox" import {ProjectListBox} from "./components/project/ProjectListBox" import {ProjectRouter} from "./components/project/ProjectRouter" @@ -84,7 +83,6 @@ function App({..._}: RouteComponentProps) { - } />