Updated UI package to work with the new Shadcn CLI (#59)
Updated UI package to work with the new Shadcn CLI
This commit is contained in:
committed by
GitHub
parent
b3b061fc2e
commit
fafcafc221
@@ -1,7 +1,7 @@
|
||||
import { forwardRef } from 'react';
|
||||
|
||||
import { cn } from '../../lib/utils';
|
||||
import { Heading } from '../../shadcn/heading';
|
||||
import { cn } from '../../utils';
|
||||
|
||||
interface SecondaryHeroProps extends React.HTMLAttributes<HTMLDivElement> {
|
||||
pill?: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user