mirror of
https://github.com/ruvnet/RuView
synced 2026-07-19 16:53:18 +00:00
d91ffce1ad
Co-Authored-By: claude-flow <ruv@ruv.net>
12 lines
279 B
TypeScript
12 lines
279 B
TypeScript
/**
|
|
* HOMECORE frontend entry point.
|
|
* Imports global styles, registers Lit components, and mounts the app shell.
|
|
*/
|
|
|
|
import './styles/tokens.css';
|
|
import './styles/base.css';
|
|
|
|
// Register custom elements
|
|
import './components/AppShell.js';
|
|
import './components/StateCard.js';
|