Skip to content

Commit

Permalink
dont know what happend
Browse files Browse the repository at this point in the history
  • Loading branch information
ishak52 committed Aug 2, 2018
2 parents 57bc86d + c014764 commit 09380f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 64 deletions.
16 changes: 0 additions & 16 deletions frontend/AppRoutes.css

This file was deleted.

45 changes: 0 additions & 45 deletions frontend/AppRoutes.js

This file was deleted.

6 changes: 3 additions & 3 deletions frontend/src/AppRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ import Diaries from './components/MyDiary/MyDiary';
import Discussion from './components/Discussions/Discussions';
import Connection from './components/Connections/Connections';
import MyBook from './components/MyCarePlan/MyCarePlan';

import signUp from './components/singup/singup';
import Error from "./components/Error";

import NavElements from './components/Navbar/NavElement'


const AppRoutes = () => (
<div className="AppRoutes">
<BrowserRouter>
Expand All @@ -34,6 +32,8 @@ const AppRoutes = () => (
<Route path="/connection" component={Connection} />
<Route path="/mybook" component={MyBook} />
<Route path="/chats" component={Chats} />
<Route path="/signUp" component={signUp} />
<Route path="/MyFriends" component={Connection} />
<Route component={Error} />
</Switch>
<NavElements />
Expand Down

0 comments on commit 09380f8

Please sign in to comment.