Changeset a3ae097 for frontend/src/App.tsx
- Timestamp:
- 01/26/26 20:19:20 (6 months ago)
- Branches:
- main
- Children:
- d47e225
- Parents:
- fd81a18
- File:
-
- 1 edited
-
frontend/src/App.tsx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/App.tsx
rfd81a18 ra3ae097 2 2 import { BrowserRouter, Routes, Route } from "react-router-dom"; 3 3 import AllUsers from "./components/userProfile/AllUsersHelper"; 4 import UserDetail from "./components/userProfile/UserDetail ";4 import UserDetail from "./components/userProfile/UserDetailView"; 5 5 6 6 function Home() {
Note:
See TracChangeset
for help on using the changeset viewer.
