mirror of
https://github.com/comatory/fb2iCal
synced 2025-06-05 22:09:25 +02:00
feature: convert form input to Svelte component and create module for
fetching event data & parsing it
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
<script>
|
||||
import Input from './Input.svelte'
|
||||
import TrackingPanel from './TrackingPanel.svelte'
|
||||
import EventList from './EventList.svelte'
|
||||
|
||||
@ -12,6 +13,7 @@
|
||||
<TrackingPanel />
|
||||
{/if}
|
||||
|
||||
<Input />
|
||||
{#if showEventList}
|
||||
<EventList />
|
||||
{/if}
|
||||
|
Reference in New Issue
Block a user