Skip to content

Commit 7021e6d

Browse files
committed
switching to dev
1 parent ca015d7 commit 7021e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ksqLight/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ function App() {
9696
{serverCards}
9797
</Grid>
9898
<Grid container justifyContent="center" alignItems="center" sx={{ pr: "2em" }}>
99-
{/* <Routes>
99+
<Routes>
100100
<Route path="/" element={<Homepage showQueries={showQueries} showMessages={showMessages} showErrors={showErrors} metricsState={metricsState} />} />
101101
<Route path="/queryPage" element={<QueryPage />} />
102-
</Routes> */}
102+
</Routes>
103103
</Grid>
104104
</Grid>
105105
</Grid>

0 commit comments

Comments
 (0)