+layout.svelte 192 Bytes
Newer Older
Timothy J. Baek's avatar
Timothy J. Baek committed
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
	import { Toaster } from 'svelte-french-toast';

	import '../app.css';
	import '../tailwind.css';
</script>

<svelte:head>
	<title>Ollama</title>
</svelte:head>

<slot />
<Toaster />