File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/app/src/app/pages Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const createSandbox = template => {
1212 history . push ( sandboxUrl ( { id : template . shortid } ) ) ;
1313} ;
1414
15- const NewSandbox : React . FC = ( ) => {
15+ export const NewSandbox : React . FC = ( ) => {
1616 const {
1717 actions : { sandboxPageMounted } ,
1818 } = useOvermind ( ) ;
@@ -40,5 +40,3 @@ const NewSandbox: React.FC = () => {
4040 </ MaxWidth >
4141 ) ;
4242} ;
43-
44- export default NewSandbox ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { ErrorBoundary } from './common/ErrorBoundary';
1313import HTML5Backend from './common/HTML5BackendWithFolderSupport' ;
1414import Modals from './common/Modals' ;
1515import Sandbox from './Sandbox' ;
16- import NewSandbox from './NewSandbox' ;
16+ import { NewSandbox } from './NewSandbox' ;
1717import Dashboard from './Dashboard' ;
1818import { DevAuthPage } from './DevAuth' ;
1919import { Container , Content } from './elements' ;
You can’t perform that action at this time.
0 commit comments