Skip to content

Commit 44864bc

Browse files
committed
deploy
1 parent cc87210 commit 44864bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function App() {
1010
return (
1111
<Routes>
1212
<Route path="/" element={<Home />} />
13-
<Route path="/doc" element={<Doc />} />
13+
<Route path="/Doc" element={<Doc />} />
1414
</Routes>
1515
);
1616
}

0 commit comments

Comments
 (0)