Skip to content

Commit de0f4da

Browse files
committed
cleanup unused import
1 parent 919ab3b commit de0f4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/Preview/previewIndex.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from '../../utils/dispatcher';
1010
import { filesReducer, setFiles } from './filesReducer';
1111
import EmbedFrame from './EmbedFrame';
12-
import { getConfig, isTestEnvironment } from '../../utils/getConfig';
12+
import { getConfig } from '../../utils/getConfig';
1313
import { initialState } from '../IDE/reducers/files';
1414

1515
const GlobalStyle = createGlobalStyle`

0 commit comments

Comments
 (0)