File tree Expand file tree Collapse file tree 5 files changed +0
-1808
lines changed
Expand file tree Collapse file tree 5 files changed +0
-1808
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,7 @@ version: 0.2
33env :
44 variables :
55 AWS_REGION : " us-west-1"
6- <<<<<<< HEAD
76 REACT_APP_API_SERVICE_URL : " http://flask-react-alb-166710978.us-west-1.elb.amazonaws.com"
8- =======
9- REACT_APP_API_SERVICE_URL : " http://flask-react-alb-1132421372.us-west-1.elb.amazonaws.com"
10- >>>>>>> e4f2f7071947d2dfd2a942b8fa916b92744eb446
117
128phases :
139 pre_build :
Original file line number Diff line number Diff line change 11import React , { Component } from "react" ;
22import axios from "axios" ;
3- < << << << HEAD
43import { Route , Routes } from "react-router-dom" ;
54import Modal from "react-modal" ;
65
76import About from "./components/About" ;
87import AddUser from "./components/AddUser" ;
98import LoginForm from "./components/LoginForm" ;
109import Message from "./components/Message" ;
11- === === =
12- import { Route , Switch } from "react-router-dom ";
13-
14- import AddUser from ". / components / AddUser ";
15- import About from ". / components / About ";
16- import LoginForm from ". / components / LoginForm ";
17- import Message from ". / components / Message ";
18- import Modal from "react-modal ";
19- >>> >>> > e4f2f7071947d2dfd2a942b8fa916b92744eb446
2010import NavBar from "./components/NavBar" ;
2111import RegisterForm from "./components/RegisterForm" ;
2212import UsersList from "./components/UsersList" ;
@@ -51,11 +41,7 @@ class App extends Component {
5141
5242 componentDidMount ( ) {
5343 this . getUsers ( ) ;
54- << < << << HEAD
5544 }
56- =======
57- } ;
58- >>> >>> > e4f2f7071947d2dfd2a942b8fa916b92744eb446
5945
6046 addUser = ( data ) => {
6147 axios
Original file line number Diff line number Diff line change 1- # src/tests/test_users_unit.py
2-
3-
41import json
52from datetime import datetime
63
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments