Skip to content

Commit 1387c56

Browse files
author
Edward Xiao
committed
no message
1 parent 2a2420d commit 1387c56

File tree

6 files changed

+444
-2
lines changed

6 files changed

+444
-2
lines changed

example/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as ReactDOM from 'react-dom';
99
// import Prism from 'prismjs';
1010
// import 'prismjs/themes/prism-tomorrow.css';
1111
// import STYLES from '../src/css/example.css';
12-
import { Checkbox, Select, Radiobox } from '../src/js/Inputs/index';
12+
import { Textbox, Checkbox, Select, Radiobox } from '../src/js/Inputs/index';
1313
interface Styles {
1414
[key: string]: string;
1515
}

0 commit comments

Comments
 (0)