From 9de494d6aef6c2a906ca48478b67cdf9583fa0b4 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 10 May 2024 11:18:41 -0500 Subject: [PATCH] Adding Statists Page! --- src/components/NavBar.js | 3 +++ src/components/StatistsComponent.js | 38 +++++++++++++++++++++++++++++ src/index.js | 10 +++++++- src/routes/StatistsRoute.js | 20 +++++++++++++++ 4 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 src/components/StatistsComponent.js create mode 100644 src/routes/StatistsRoute.js diff --git a/src/components/NavBar.js b/src/components/NavBar.js index 249c7c8..03ef51c 100644 --- a/src/components/NavBar.js +++ b/src/components/NavBar.js @@ -50,6 +50,9 @@ export default class NavBar extends Component { πŸ—ΊοΈ Map + + πŸ“Š Statists + βš™οΈ Settings diff --git a/src/components/StatistsComponent.js b/src/components/StatistsComponent.js new file mode 100644 index 0000000..edfd876 --- /dev/null +++ b/src/components/StatistsComponent.js @@ -0,0 +1,38 @@ +import React, { Component } from "react"; +import BeldenLogo from "../assets/images/belden-white.png"; +import "../assets/stylesheets/summary.scss"; + +export default class StatistsComponent extends Component { + render() { + return ( +
+
+ Belden +
+
+

Summary

+
+
+