Skip to content

Commit

Permalink
docs(readme.md): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 1, 2023
1 parent 0647337 commit d73812f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ pnpm add @waldronmatt/demo-ui
## Getting Started

```tsx
import { Button, Link } from '@waldronmatt/demo-ui';
import { Button } from '@waldronmatt/demo-ui/components/Button/index.js';
import { Link } from '@waldronmatt/demo-ui/components/Link/index.js';

function App() {
return (
Expand Down

0 comments on commit d73812f

Please sign in to comment.