Skip to content

Commit 22a7b58

Browse files
update example : import default style and theme
1 parent d912154 commit 22a7b58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/basic/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import './App.css';
22
import Basic from './com/basic/index.js';
3+
import 'react-dyn-tabs/style/react-dyn-tabs.css';
4+
import 'react-dyn-tabs/themes/default.css';
35

46
function App() {
57
return (

0 commit comments

Comments
 (0)