Files
bscscore/src/lib/features/game-detail/index.ts
T
Frank Schwenk 8a46a8a019 refactor: extract reusable library
- move reusable domain, data, state, ui code into src/lib
- update host screens to consume new library exports
- document architecture and configure path aliases
- bump astro integration dependencies for compatibility

Refs #30
2025-11-13 10:41:55 +01:00

3 lines
55 B
TypeScript

export { default as GameDetail } from './GameDetail';