diff --git a/hyperglass/ui/pages/_app.tsx b/hyperglass/ui/pages/_app.tsx index a8f849b..bcfbb04 100644 --- a/hyperglass/ui/pages/_app.tsx +++ b/hyperglass/ui/pages/_app.tsx @@ -17,6 +17,7 @@ type TAppInitial = Pick; const App = (props: TApp) => { const { Component, pageProps, appProps } = props; const { config } = appProps; + // const { asPath } = useRouter(); // if (asPath === "/structured") { // return ; @@ -31,6 +32,7 @@ const App = (props: TApp) => { +