mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-14 04:11:11 -05: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 };
|