contacts refactoring
parent
c5e7319324
commit
3d05804625
4
.env
4
.env
|
@ -1,5 +1,5 @@
|
|||
#REACT_APP_TUITIO_URL=http://localhost:5063
|
||||
REACT_APP_TUITIO_URL=https://lab.code-rove.com/tuitio
|
||||
REACT_APP_TUITIO_URL=http://localhost:5063
|
||||
# REACT_APP_TUITIO_URL=https://lab.code-rove.com/tuitio
|
||||
|
||||
REACT_APP_NETWORK_RESURRECTOR_API_URL=http://localhost:5064
|
||||
#REACT_APP_NETWORK_RESURRECTOR_API_URL=https://lab.code-rove.com/network-resurrector-api
|
||||
|
|
|
@ -5,7 +5,7 @@ import NetworkContainer from "../../features/network/components/NetworkContainer
|
|||
import SystemContainer from "../../features/system/SystemContainer";
|
||||
import SettingsContainer from "../../features/settings/SettingsContainer";
|
||||
import DashboardContainer from "../../features/dashboard/components/DashboardContainer";
|
||||
import UserProfileContainer from "../../features/user/profile/components/UserProfileContainer";
|
||||
import UserProfileContainer from "../../features/user/profile/card/UserProfileContainer";
|
||||
import AboutContainer from "../../features/about/AboutContainer";
|
||||
|
||||
const AppRoutes = () => {
|
||||
|
|
|
@ -2,7 +2,7 @@ import React, { useMemo } from "react";
|
|||
import PropTypes from "prop-types";
|
||||
import { Grid } from "@material-ui/core";
|
||||
import UserProfilePicture from "./UserProfilePicture";
|
||||
import ContactOptions from "./ContactOptions";
|
||||
import ContactOptions from "../contact/ContactOptions";
|
||||
import { makeStyles } from "@material-ui/core/styles";
|
||||
import styles from "../styles";
|
||||
|
Loading…
Reference in New Issue