Skip to content

Commit 246686a

Browse files
committed
Fix imports from the refactors
1 parent 6bdd548 commit 246686a

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Deployment from './items/Deployment';
1616
import ConfigurationFiles from './items/ConfigurationFiles';
1717
import NotOwnedSandboxInfo from './items/NotOwnedSandboxInfo';
1818

19-
import ConnectionNotice from './ConnectionNotice';
19+
import { ConnectionNotice } from './ConnectionNotice';
2020
import Advertisement from './Advertisement';
2121
import WorkspaceItem from './WorkspaceItem';
2222
import Chat from './Chat';

0 commit comments

Comments
 (0)