diff --git a/frontend/router/index.tsx b/frontend/router/index.tsx index 6a58d7e3be..7ee1206d43 100644 --- a/frontend/router/index.tsx +++ b/frontend/router/index.tsx @@ -53,6 +53,7 @@ import PATHS from "router/paths"; import AppProvider from "context/app"; import RoutingProvider from "context/routing"; +import EmptyTable from "components/EmptyTable"; import AuthGlobalAdminRoutes from "./components/AuthGlobalAdminRoutes"; import AuthAnyAdminRoutes from "./components/AuthAnyAdminRoutes"; import AuthenticatedRoutes from "./components/AuthenticatedRoutes"; @@ -81,7 +82,10 @@ const AppWrapper = ({ children, location }: IAppWrapperProps) => ( const MacSettingsPage = () => { return (