mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
'use client';
|
|
|
|
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root;
|
|
|
|
export { AspectRatio };
|