mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 12:27:44 +00: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 };
|