Files
GMW/services/frontend/src/components/shared/index.ts
T

5 lines
192 B
TypeScript
Raw Normal View History

export { EmptyState } from "./empty-state";
export { ErrorBoundary } from "./error-boundary";
export { ErrorState } from "./error-state";
export { LoadingSkeleton } from "./loading-skeleton";