Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Aug 10, 2023
1 parent 66ad201 commit 9d7b50e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@sakura-ui/config": "^0.1.3",
"@sakura-ui/core": "^0.1.8",
"@sakura-ui/core": "^0.1.9",
"@sakura-ui/forms": "^0.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import {
CardHeader,
CardBody,
CardFooter
} from '../../packages/core/src'
//from '@sakura-ui/core'
} from '@sakura-ui/core'
//from '../../packages/core/src'
import {
Checkbox,
CheckboxGroup,
Expand Down

0 comments on commit 9d7b50e

Please sign in to comment.