chore: update import from package/ui
This commit is contained in:
parent
93065a1a84
commit
b13047f440
3 changed files with 20 additions and 20 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import { Button } from "@repo/ui/components/button";
|
||||
import { Button } from "@repo/ui/components/button.mjs";
|
||||
import {
|
||||
Card,
|
||||
CardContent,
|
||||
CardHeader,
|
||||
CardTitle,
|
||||
} from "@repo/ui/components/card";
|
||||
import { Link } from "@repo/ui/link";
|
||||
} from "@repo/ui/components/card.mjs";
|
||||
import { Link } from "@repo/ui/link/index.mjs";
|
||||
|
||||
export default function Index() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue