Started on timeline
This commit is contained in:
parent
3d36a59d36
commit
76e57d82c5
8 changed files with 764 additions and 67 deletions
|
@ -4,6 +4,7 @@
|
|||
import ShowcaseNewsCard from '$lib/posts/ShowcaseNewsCard.svelte';
|
||||
import Button from '$lib/IO/Button.svelte';
|
||||
import { ButtonType } from '$lib/IO/ButtonType.ts';
|
||||
import Timeline from '../comps/timeline/timeline.svelte';
|
||||
|
||||
export let data; // <- contains post data
|
||||
|
||||
|
@ -46,6 +47,8 @@
|
|||
</footer>
|
||||
</section>
|
||||
|
||||
<Timeline/>
|
||||
|
||||
<style>
|
||||
#news-section {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue