Skip to content

Commit

Permalink
fix(docs): wrong import for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 6, 2025
1 parent f9226cc commit 1d46be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pnpm add @tszhong0411/ui
@import '@tszhong0411/ui/styles/preset.css';
@import '@tszhong0411/ui/styles/shiki.css'; /* Optional */
@import '@tszhong0411/ui/styles/typography.css'; /* Optional */
@source '../../../../packages/ui/src/**/*.{js,jsx,ts,tsx}';
@source '../../node_modules/@tszhong0411/ui/dist/**/*.js';
```

```tsx
Expand Down

0 comments on commit 1d46be7

Please sign in to comment.