Skip to content

Commit e002e0b

Browse files
committed
Fix classname order issue
1 parent 1a203d6 commit e002e0b

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

apps/vite/src/App.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { Box, Text } from '@devup-ui/react'
22
import { Lib } from 'vite-lib-example'
33

4-
import { Button } from './Button'
5-
64
export default function App() {
75
return (
86
<div>
@@ -20,9 +18,6 @@ export default function App() {
2018
<Text color="#777"></Text>
2119
<Text color="#777"></Text>
2220
<Text typography="header">typo</Text>
23-
<Button size="s" variant="primary">
24-
hello
25-
</Button>
2621
</div>
2722
)
2823
}

apps/vite/src/Button.tsx

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)