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:
parent
ca2a0c3c58
commit
b26961d784
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
</>}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue