Skip to content

Commit 3ab2a8c

Browse files
committed
feat(styling): update playground styles
1 parent 6da5235 commit 3ab2a8c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

playground/src/App.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
import { MyButton } from '../../src'
1+
// import { MyButton } from '../../src'
2+
3+
import { MyButton as BuiltButton } from '../../dist'
24

35
export function App() {
46
return (
57
<>
6-
<MyButton type="primary" />
8+
{/*<MyButton type="primary" />*/}
9+
<BuiltButton />
710
</>
811
)
912
}

0 commit comments

Comments
 (0)