Refactor: Split UptimeBar.tsx into smaller components
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
export { UptimeStatusItem } from './UptimeStatusItem';
|
||||
export { UptimeSummary } from './UptimeSummary';
|
||||
export { UptimeLoadingState } from './UptimeLoadingState';
|
||||
export { UptimeErrorState } from './UptimeErrorState';
|
||||
Reference in New Issue
Block a user