Skip to content

Commit 0b2c421

Browse files
Mikadowsangristan
authored andcommitted
fix: collapse empty tag
1 parent b93c1b4 commit 0b2c421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function App() {
2828
<PrivateRoute
2929
path="/dashboard"
3030
component={Dashboard}
31-
></PrivateRoute>
31+
/>
3232
<PrivateRoute exact path="/benchmarks" component={Benchmarks} />
3333
<PrivateRoute
3434
exact

0 commit comments

Comments
 (0)