diff --git a/.env b/.env new file mode 100644 index 0000000..eb7720a --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +REACT_APP_APPSITE='http://welcome.float.sg' +REACT_APP_EMAIL='support@float.sg' \ No newline at end of file diff --git a/src/App.js b/src/App.js index 72cc9ed..fc3f99b 100644 --- a/src/App.js +++ b/src/App.js @@ -15,6 +15,7 @@ import Contacts from './pages/Contacts'; import FloatHome from './pages/FloatHome'; import Users from './pages/Users'; import Fleet from './pages/Fleet'; +import Privacy from './pages/Privacy'; @@ -48,6 +49,7 @@ function App() { } /> } /> } /> + } />