managarten/apps/picture/packages/mobile-ui/components/ui/ErrorBanner/index.ts
Wuesteon ff80aeec1f refactor: restructure
monorepo with apps/ and services/
  directories
2025-11-26 03:03:24 +01:00

2 lines
120 B
TypeScript

export { ErrorBanner } from './ErrorBanner';
export type { ErrorBannerProps, ErrorBannerVariant } from './ErrorBanner';