Skip to content

Commit c5ca034

Browse files
committed
udpate app
1 parent 78514a7 commit c5ca034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tim9/frontend/src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ function App() {
1414
<Router>
1515
{!isLogin ? (
1616
<>
17-
17+
1818
</>
1919
) : (
2020
<>
21-
21+
2222
</>
2323
)}
2424
</Router>

0 commit comments

Comments
 (0)