Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit abf61af

Browse files
Fixed wrongly named path for css import in example
1 parent fc30837 commit abf61af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import '../node_modules/react-dat-gui/dist/react-dat-gui.css';
1+
import '../node_modules/react-dat-gui/build/react-dat-gui.css';
22

33
import Dat, {
44
DatBoolean,

0 commit comments

Comments
 (0)