6 lines
184 B
TypeScript
6 lines
184 B
TypeScript
// Barrel for shared web UI components.
|
|
// Re-export individual components from ./components as they are authored.
|
|
// Keep this tree shakable: no side-effect imports here.
|
|
|
|
export {};
|