diff --git a/frontend/src/App.js b/frontend/src/App.js index cc3f36e..00df3a6 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -1,11 +1,15 @@ import React, {useEffect, useState} from 'react'; + +import LogoIcon from "./images/logo-icon.svg"; +import CheckIcon from "./images/group_4949.svg"; + import './App.css'; const baseUrl = 'https://' + process.env.REACT_APP_API_HOST + '.onrender.com' const ListItem = ({ title }) => { return ( -