diff --git a/src/Events.js b/src/Events.js index 5dcf887..7c367bd 100644 --- a/src/Events.js +++ b/src/Events.js @@ -4,7 +4,7 @@ const endpoint = 'https://kultar.sout.no/events/' const fetch_options = {} function Link(props) { - return ; + return } function Facebook({ event_id }) { @@ -61,7 +61,6 @@ function Location({ location }) { return '' } - function Links({ event_id, ticket_url }) { if (ticket_url !== null) { return ( diff --git a/src/index.js b/src/index.js index 56a10d5..116be43 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,6 @@ import Events from './Events.js' import './style.css' - export default function App() { return }