/** * INVYONE v5 — Atomic component barrel * * Components ported from the INVYONE Design System * (`ui_kits/app/dashboard-components.jsx`, `shell-components.jsx`). * * CSS lives in `frontend/styles/v5-atomics.css` (imported via globals.css). * Tokens live in `frontend/styles/v5-layout.css`. * * Use these to compose new screens. They are intentionally small — * if you need something more, prefer extending these over inline styles. */ export { PageHead } from "./PageHead"; export type { Crumb } from "./PageHead"; export { Kpi } from "./Kpi"; export { BarCard } from "./BarCard"; export { Spark } from "./Spark"; export { Feed } from "./Feed"; export type { FeedItem } from "./Feed"; export { Modal } from "./Modal";