diff --git a/apps/frontend/src/shared/ui/index.ts b/apps/frontend/src/shared/ui/index.ts index 977fbbb..acc0989 100644 --- a/apps/frontend/src/shared/ui/index.ts +++ b/apps/frontend/src/shared/ui/index.ts @@ -1,2 +1 @@ -export { SkeletonBlock } from './SkeletonBlock'; export { TableSkeleton } from './TableSkeleton';