refactor: rename shared/ui component dirs to PascalCase

This commit is contained in:
Ilia Mashkov
2026-04-18 23:26:14 +03:00
parent f95588381d
commit 169988906c
4 changed files with 1 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export { Badge } from './ui/Badge'
export type { BadgeVariant } from './ui/Badge'