diff --git a/.env b/.env new file mode 100644 index 0000000..48a28f2 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +REACT_APP_API_ENDPOINT=http://localhost:8080/api \ No newline at end of file diff --git a/src/App.js b/src/App.js index a888e3c..dd218ca 100644 --- a/src/App.js +++ b/src/App.js @@ -1,8 +1,6 @@ import React from 'react'; import { BrowserRouter, Route, Switch } from 'react-router-dom'; import Nav from './components/Nav'; -import Signin from './components/auth/Signin'; -import Signup from './components/auth/Signup'; import Pools from './components/Pools'; import Pool from './components/Pool'; import Profile from './components/Profile'; @@ -20,8 +18,6 @@ function App() {