Skip to content

Commit af1edb1

Browse files
committed
fix(ui): restore TestDetailsPane, TestRunner, and Dashboard components in App
1 parent f3e7ce4 commit af1edb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ function App() {
1919
<LoadingProvider>
2020
<Navbar01 />
2121
<SchemaPage />
22-
{/* <TestDetailsPane /> */}
23-
{/* <TestRunner /> */}
24-
{/* <Dashboard /> */}
22+
<TestDetailsPane />
23+
<TestRunner />
24+
<Dashboard />
2525
</LoadingProvider>
2626
</TerminalProvider>
2727
</FileProvider>

0 commit comments

Comments
 (0)