feat(ui): expose grouped component entrypoints
This commit is contained in:
parent
243d05cef7
commit
ef43aac6df
7 changed files with 105 additions and 0 deletions
6
packages/ui/src/components/operations/index.ts
Normal file
6
packages/ui/src/components/operations/index.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export { ServiceGroupPanel } from "./ServiceGroupPanel";
|
||||
export { ServicePanel } from "./ServicePanel";
|
||||
export { ServiceRow } from "./ServiceRow";
|
||||
export { StatusStrip } from "./StatusStrip";
|
||||
export { SystemState } from "./SystemState";
|
||||
export { WeatherModule } from "./WeatherModule";
|
||||
Loading…
Add table
Add a link
Reference in a new issue