Changeset c9fa474 for client_app/src/components/profiles
- Timestamp:
- 01/12/21 23:54:43 (4 years ago)
- Branches:
- master
- Children:
- 351c43f
- Parents:
- 58ceab3
- Location:
- client_app/src/components/profiles
- Files:
-
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
client_app/src/components/profiles/profile.js
r58ceab3 rc9fa474 1 1 import React from 'react'; 2 import UserDetails from "./ components/profiles/user_profile";2 import UserDetails from "./user_profile"; 3 3 import { Redirect } from "react-router-dom"; 4 import CompanyProfile from "./comp onents/profiles/company_profile";5 import TeamProfile from "./ components/profiles/team_profile";4 import CompanyProfile from "./company_profile"; 5 import TeamProfile from "./team_profile"; 6 6 7 7 const Profile = (props) => {
Note:
See TracChangeset
for help on using the changeset viewer.