Skip to content

Commit

Permalink
Feat(aspect-ratio.tsx): Highly Complex Component Declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
WillKirkmanM committed Nov 25, 2024
1 parent 9696d10 commit ec395f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/ui/src/components/aspect-ratio.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"use client"

import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio"

const AspectRatio = AspectRatioPrimitive.Root

export { AspectRatio }

0 comments on commit ec395f1

Please sign in to comment.