- apps/api: FastAPI backend with Dockerfile - apps/web: Next.js frontend with Dockerfile - apps/sensor: Signal collection agent - packages: shared packages Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
275 B
TypeScript
15 lines
275 B
TypeScript
/**
|
|
* AWOOOI Cyber Components
|
|
* =======================
|
|
* Nothing.tech 純白工業風視覺組件庫
|
|
*
|
|
* 命名規範: Data Pincer (數據鉗) 系列
|
|
*/
|
|
|
|
export {
|
|
DataPincerCard,
|
|
DataPincerPanel,
|
|
DataPincerCompact,
|
|
type CardStatus,
|
|
} from './data-pincer-card'
|