diff --git a/src/App.js b/src/App.js index 312937a..f19c8fb 100644 --- a/src/App.js +++ b/src/App.js @@ -3,6 +3,7 @@ import './App.css'; import Header from './components/Header'; import Footer from './components/Footer'; import Landing from './components/Landing'; +import Cursor from './images/PencilCursor.svg'; function App() { const [ data, setData ] = useState(null); @@ -15,7 +16,7 @@ function App() { return data && ( -