Skip to content

Commit ed9a79a

Browse files
fix: commitlint made to work
1 parent c501170 commit ed9a79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function App() {
66
return (
77
<Router>
88
<ToastContainer />
9-
<Routes>
9+
<Routes>
1010
{routes.map((route) => (
1111
<Route path={route.path} element={route.render} key={route.lable} />
1212
))}

0 commit comments

Comments
 (0)