Files
sarlink-portal/components/ui/aspect-ratio.tsx
i701 9e0d2d277b
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m56s
refactor: streamline package.json and tailwind.config.ts
- Simplified dependencies in package.json by removing unused packages and organizing existing ones.
- Updated tailwind.config.ts for better readability and maintainability, ensuring consistent formatting and structure.
2025-06-27 13:12:29 +05:00

8 lines
148 B
TypeScript

"use client"
import { AspectRatio as AspectRatioPrimitive } from "radix-ui"
const AspectRatio = AspectRatioPrimitive.Root
export { AspectRatio }