diff --git a/src/index.ts b/src/index.ts index 627d4c1..21164f8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -29,3 +29,4 @@ export { } from "./components/Menu/Menu"; export { AppBar } from "./components/AppBar/AppBar"; export { Page } from "./components/Page/Page"; +export { NetworkIndicator } from "./components/NetworkIndicator/NetworkIndicator";