mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-28 11:10:23 +00:00
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m8s
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
"use client";
|
|
|
|
import { AspectRatio as AspectRatioPrimitive } from "radix-ui";
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root;
|
|
|
|
export { AspectRatio };
|