Files
laravel-shopping-cart/resources/js/components/ui/avatar/index.ts
T
2026-04-09 16:06:44 -06:00

4 lines
173 B
TypeScript

export { default as Avatar } from "./Avatar.vue"
export { default as AvatarFallback } from "./AvatarFallback.vue"
export { default as AvatarImage } from "./AvatarImage.vue"