Skip to content

Commit 90f9ea1

Browse files
author
Ives van Hoorne
committed
Minor fixes
1 parent a25dc63 commit 90f9ea1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/react-sandpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-smooshpack",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "",
55
"keywords": [],
66
"license": "SEE LICENSE.MD IN ROOT",

packages/react-sandpack/src/components/FileExplorer/File/File.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import classNames from 'classnames';
2+
import * as classNames from 'classnames';
33

44
import cn from '../../../utils/cn';
55

packages/react-sandpack/src/components/Navigator/Navigator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import { listen, dispatch } from 'codesandbox-api';
3-
import classNames from 'classnames';
3+
import * as classNames from 'classnames';
44

55
import RefreshIcon from './RefreshIcon';
66
import withSandpack from '../../utils/with-sandpack';

packages/react-sandpack/src/components/TranspiledCodeView/TranspiledCodeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22
import { listen } from 'codesandbox-api';
33
import { Controlled } from 'react-codemirror2';
44

5-
import classNames from 'classnames';
5+
import * as classNames from 'classnames';
66

77
import { ISandpackContext } from '../../types';
88

0 commit comments

Comments
 (0)