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.
7 lines
242 B
TypeScript
7 lines
242 B
TypeScript
// Krishna Sales component library. Single entry point:
|
|
// import { Button, Card, RecordView, OrdersView, StoreDetail } from './components';
|
|
export * from './buttons';
|
|
export * from './reusable';
|
|
export * from './rv';
|
|
export * from './dv';
|