Delete old EventDetail
This commit is contained in:
parent
c2f3158b6f
commit
c9bda4905b
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
<script>
|
|
||||||
export let event = null;
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<h1>{event.title}</h1>
|
|
||||||
<hr />
|
|
||||||
{#if event.extendedProps.description}
|
|
||||||
{#each event.extendedProps.description.split("\n") as line}
|
|
||||||
<p>{line}</p>
|
|
||||||
{/each}
|
|
||||||
{/if}
|
|
Loading…
Reference in a new issue