feat: update base path, and add image processing utility scripts
This commit is contained in:
+2
-2
@@ -11,12 +11,12 @@ export default function App() {
|
||||
<Routes>
|
||||
|
||||
<Route
|
||||
path="/employee"
|
||||
path="/empleado-id/"
|
||||
element={<IdCardGenerator />}
|
||||
/>
|
||||
|
||||
<Route
|
||||
path="/employee/:employeeNumber"
|
||||
path="/empleado-id/:employeeNumber"
|
||||
element={<EmployeeCard />}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user