diff --git a/src/App.js b/src/App.js
index efafdbd..77b5976 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,8 +1,3 @@
-/**
-
- Code in this file is taken directly from https://reactrouter.com/web/example/basic
- */
-
import React from "react";
import {
BrowserRouter as Router,
@@ -11,6 +6,9 @@ import {
Link
} from "react-router-dom";
+import Products from './Products'
+import Logos from './Logos'
+
// This site has 3 pages, all of which are rendered
// dynamically in the browser (not server rendered).
//
@@ -29,10 +27,10 @@ export default function BasicExample() {
Home