Mobile PWA port of the desktop console: bottom-sheet modals, card-list record views, bottom tab nav, vite-plugin-pwa (manifest, service worker, icons). API layer, workflow UIDs, and design tokens reused verbatim.
8 lines
330 B
TypeScript
8 lines
330 B
TypeScript
export { RecordView } from './RecordView';
|
|
export type { RecordViewProps } from './RecordView';
|
|
export { OrdersView } from './OrdersView';
|
|
export type { WiredRecordViewProps } from './OrdersView';
|
|
export { CallsView } from './CallsView';
|
|
export { StoresView } from './StoresView';
|
|
export { DailyLogsView } from './DailyLogsView';
|