Ignore:
Timestamp:
01/12/21 23:54:43 (3 years ago)
Author:
i-ina <76742075+i-ina@…>
Branches:
master
Children:
351c43f
Parents:
58ceab3
Message:

cleaning

File:
1 moved

Legend:

Unmodified
Added
Removed
  • client_app/src/components/profiles/profile.js

    r58ceab3 rc9fa474  
    11import React from 'react';
    2 import UserDetails from "./components/profiles/user_profile";
     2import UserDetails from "./user_profile";
    33import { Redirect } from "react-router-dom";
    4 import CompanyProfile from "./components/profiles/company_profile";
    5 import TeamProfile from "./components/profiles/team_profile";
     4import CompanyProfile from "./company_profile";
     5import TeamProfile from "./team_profile";
    66
    77const Profile = (props) => {
Note: See TracChangeset for help on using the changeset viewer.