mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
bdebb99b5a
* fixup build * swap frontends
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio"
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root
|
|
|
|
export { AspectRatio }
|