File tree Expand file tree Collapse file tree 2 files changed +4
-31
lines changed
Expand file tree Collapse file tree 2 files changed +4
-31
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ import { generateFileFromSandbox } from '@codesandbox/common/lib/templates/confi
1010import { getSandboxId } from '@codesandbox/common/lib/utils/url-generator' ;
1111import setupConsole from 'sandbox-hooks/console' ;
1212import setupHistoryListeners from 'sandbox-hooks/url-listeners' ;
13- import { listenForPreviewSecret } from 'sandbox-hooks/preview-secret' ;
13+ import {
14+ listenForPreviewSecret ,
15+ getPreviewSecret ,
16+ } from 'sandbox-hooks/preview-secret' ;
1417import { show404 } from 'sandbox-hooks/not-found-screen' ;
1518
1619import compile , { getCurrentManager } from './compile' ;
17- import { getPreviewSecret } from './utils/preview-secret' ;
1820
1921// Call this before importing React (or any other packages that might import React).
2022initialize ( window ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments