From 3404451e66d8b7565074c7c89a1ebcf7c1dc5d9c Mon Sep 17 00:00:00 2001 From: Peter Ansell Date: Thu, 4 Mar 2021 13:27:29 -0800 Subject: [PATCH 1/3] problem 1 --- client/src/App.js | 2 + client/src/time.js | 8 + package-lock.json | 475 +-------------------------------------------- package.json | 4 +- 4 files changed, 22 insertions(+), 467 deletions(-) create mode 100644 client/src/time.js diff --git a/client/src/App.js b/client/src/App.js index 5288216..d0514c2 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,5 +1,6 @@ import { useCallback, useEffect, useState } from "react"; import axios from "axios"; +import Date from './time'; axios.defaults.baseURL = 'http://localhost:5000'; axios.defaults.headers.post['Content-Type'] = 'applicatin/json'; @@ -33,6 +34,7 @@ function App() {

This is the bootcamp final.

+ {