- 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.
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
"use client"
|
|
|
|
import { AspectRatio as AspectRatioPrimitive } from "radix-ui"
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root
|
|
|
|
export { AspectRatio }
|