Skip to content

Commit

Permalink
removed the dummy topbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Mar 13, 2024
1 parent b872d5a commit 2fb545e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions micro-ui/web/packages/core/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,6 @@ const App = () => {


return (
<div>
<div
style={{
height: "60px",
backgroundColor: "#282c34",
display: "flex",
alignItems: "center",
justifyContent: "end",
}}
>
{/* <Header isSignedIn$={isSignedIn$} logout={logout} /> */}
/*<button onClick={() => navigate("/auth/login")}>Login</button>
</div>

<div>

<Suspense fallback={<Loader />}>
<Switch>
{/* <Route path="/auth">
Expand All @@ -94,8 +78,6 @@ const App = () => {
}</Route>
</Switch>
</Suspense>
</div>
</div>
);
};

Expand Down

0 comments on commit 2fb545e

Please sign in to comment.