File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ import {
1313 SettingsContext ,
1414} from "./settings/settings" ;
1515import { useLocalStorage } from "./common/use-local-storage" ;
16- import Project from "./project/Project" ;
1716import ProjectDropTarget from "./project/ProjectDropTarget" ;
1817import { LoggingContext } from "./logging/logging-hooks" ;
1918import { DefaultLogging } from "./logging/default" ;
2019import { fetchMicroPython } from "./fs/micropython" ;
2120import { DialogProvider } from "./common/use-dialogs" ;
21+ import Workbench from "./workbench/Workbench" ;
2222
2323const logging = new DefaultLogging ( ) ;
2424const device = new MicrobitWebUSBConnection ( { logging } ) ;
@@ -48,7 +48,7 @@ const App = () => {
4848 < DeviceContext . Provider value = { device } >
4949 < FileSystemContext . Provider value = { fs } >
5050 < ProjectDropTarget >
51- < Project />
51+ < Workbench />
5252 </ ProjectDropTarget >
5353 </ FileSystemContext . Provider >
5454 </ DeviceContext . Provider >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments