1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🧹 Remove DebugBox in the notebook page

This commit is contained in:
Steffo 2021-10-15 17:22:40 +02:00 committed by Stefano Pigozzi
parent ca2a0c3c58
commit b26961d784

View file

@ -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) {
<NotebookProvider resource={selection}>
<NotebookDescriptionBox/>
<NotebookCreateBox resource={selection}/>
<DebugBox {...selection}/>
</NotebookProvider>
</>}
/>