]>
Commit | Line | Data |
---|---|---|
38431710 RBR |
1 | <script> |
2 | import { locale } from 'svelte-i18n'; | |
3 | import NewPrompt from '$lib/components/new_prompt.svelte'; | |
4 | </script> | |
5 | ||
156fa16e RBR |
6 | <svelte:head> |
7 | <title>prompt @ unlimited.pizza</title> | |
8 | <meta name="description" content="Writing prompts delivered to your DOOR" /> | |
9 | </svelte:head> | |
10 | ||
38431710 | 11 | <NewPrompt locale={$locale}/> |