Files
Control-Center/frontend/src/app/design/index.ts
T
cubecraft-agents[bot] 7223a2745f
Dev Build / build-test (pull_request) Successful in 2m35s
CUB-21: Build tactical dark mode theme and design system
2026-04-28 07:52:16 -04:00

11 lines
507 B
TypeScript

// ============================================================================
// OpenClaw Control Center — Design System Barrel Export
// ============================================================================
// Import everything from '@app/design' for convenient access.
//
// Usage:
// import { CcTokens, CcThemeService, CcCssProps } from '@app/design';
// ============================================================================
export * from './tokens';
export * from './theme.service';