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

Commit 744cff6

Browse files
authored
Update README.md
fix code example
1 parent 7232dc9 commit 744cff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ First you'll need a wrapper component which will handle the updates from your da
6565
import 'react-dat-gui/build/react-dat-gui.css';
6666
import React, { Component } from 'react';
6767

68-
import DatGui, { DatBoolean, DatButton, DatNumber, DatString } from 'react-dat-gui';
68+
import DatGui, { DatBoolean, DatColor, DatNumber, DatString } from 'react-dat-gui';
6969

7070
class App extends Component {
7171
state = {

0 commit comments

Comments
 (0)