You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever viewing the code of blocks using the "New York" style, there are multiple slashes in the UI route in the import statements of the components. For example: import { Separator } from "@/components//ui/separator"
Affected component/components
Documentation
How to reproduce
Go to the Shadcn website
Navigate to the blocks route
Select New York style if not selected
Click on code
Scroll to the imports to see the multiple slashes
Codesandbox/StackBlitz link
n/a
Logs
n/a
System Info
Firefox, Chrome
Before submitting
I've made research efforts and searched the documentation
I've searched for existing issues
The text was updated successfully, but these errors were encountered:
Describe the bug
Whenever viewing the code of blocks using the "New York" style, there are multiple slashes in the UI route in the import statements of the components. For example:
import { Separator } from "@/components//ui/separator"
Affected component/components
Documentation
How to reproduce
Codesandbox/StackBlitz link
n/a
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: