diff --git a/src/components/App.js b/src/components/App.js index ea33eea..88a7054 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -2,13 +2,7 @@ import React from 'react'; import Message from './Message'; -import GithubIcon from 'feather-icons/dist/icons/github.svg'; -import DownloadIcon from 'feather-icons/dist/icons/download.svg'; -import LinkIcon from 'feather-icons/dist/icons/link.svg'; -import ChevronsDownIcon from 'feather-icons/dist/icons/chevrons-down.svg'; -import ErrorIcon from 'feather-icons/dist/icons/alert-octagon.svg'; - -const App = () => +const App = () =>

Placeholder app content

;