Added timeline component to website
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<script>
 | 
			
		||||
	import Toasts from "../Toasts/Toasts.svelte";
 | 
			
		||||
	import Toasts from "$lib/components/Toasts/Toasts.svelte";
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,5 @@
 | 
			
		||||
<script lang="ts">
 | 
			
		||||
    import Card from '../../Card.svelte';
 | 
			
		||||
    import Card from '$lib/components/Card.svelte';
 | 
			
		||||
    import { Toast, ToastType } from "$lib/toast";
 | 
			
		||||
    import { addToast } from "$lib/store";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user