Skip to content

Commit

Permalink
fix(client): removed socialring
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Dec 15, 2021
1 parent 8143d1e commit 350dcfd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 123 deletions.
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Shop from './Pages/Shop/Shop';
import { BrowserRouter, Switch, Route } from 'react-router-dom';
import CreateArticle from './Pages/Articles/CreateArticle'
import { DataProvider } from './GlobalState';
import Client from './Pages/Client/Client';
import ArticleItem from './Pages/Articles/Article/Article';
import ProjectItem from './Pages/Projects/Project/Project';
import Login from './Pages/Auth/login';
Expand All @@ -34,7 +33,6 @@ class App extends Component {
<Route path="/shop" exact render={() => (<Shop/>)}/>
<Route path="/profile" exact component={Profile}/>
<Route path="/edit" exact component={Editprofile}/>
<Route path="/client" exact component={Client}/>
<Route path="/project" exact component={Projects}/>
<Route path="/project/:id" exact component={ProjectItem}/>
<Route path="/login" exact component={Login} />
Expand Down
92 changes: 0 additions & 92 deletions src/Components/Clients/SocialRing.css

This file was deleted.

29 changes: 0 additions & 29 deletions src/Components/Clients/SocialRing.jsx

This file was deleted.

0 comments on commit 350dcfd

Please sign in to comment.