Export NetworkIndicator component

This commit is contained in:
Arnaud 2024-08-23 17:18:36 +02:00
parent 104f9e247f
commit 639d7e9dd4
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@ export {
} from "./components/Menu/Menu"; } from "./components/Menu/Menu";
export { AppBar } from "./components/AppBar/AppBar"; export { AppBar } from "./components/AppBar/AppBar";
export { Page } from "./components/Page/Page"; export { Page } from "./components/Page/Page";
export { NetworkIndicator } from "./components/NetworkIndicator/NetworkIndicator";