Skip to content

Commit

Permalink
update impl
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jan 10, 2024
1 parent 0ab8350 commit f8faa34
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/simple-react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import GamingapiSystem from './gamingapi/System';
import GamingapiApplication from './gamingapi/application';
import SocialMediaSystem from './social_media/System';
import SocialMediaApplication from './social_media/application';
import EdaLearn from './edalearn/System';
import EdaLearnApplication from './edalearn/application';

export const App = () => {
return (
Expand Down Expand Up @@ -60,12 +58,6 @@ export const App = () => {
<Route exact path="/social-media/:application">
<SocialMediaApplication />
</Route>
<Route exact path="/edalearn/">
<EdaLearn />
</Route>
<Route exact path="/edalearn/:application">
<EdaLearnApplication />
</Route>
</Switch>
</div>
</div>
Expand Down

0 comments on commit f8faa34

Please sign in to comment.