This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
pnpm ui add button
with invalid import import { cn } from "@repo/lib/utils"
#47
Labels
wontfix
This will not be worked on
when run the command:
pnpm ui add button
in the root project, the button component been updated but the following import path is invalid:import { cn } from "@repo/lib/utils"
. The expect path is:import { cn } from "@repo/ui/lib/utils"
The text was updated successfully, but these errors were encountered: