diff --git a/client/src/App.js b/client/src/App.js index 5288216..9688ffb 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,5 +1,7 @@ import { useCallback, useEffect, useState } from "react"; import axios from "axios"; +import Date from './time'; +import TextInput from './textInput'; axios.defaults.baseURL = 'http://localhost:5000'; axios.defaults.headers.post['Content-Type'] = 'applicatin/json'; @@ -33,6 +35,8 @@ function App() {

This is the bootcamp final.

+ + {