+page.svelte 103 Bytes
Newer Older
Timothy J. Baek's avatar
Timothy J. Baek committed
1
2
3
4
5
<script>
	import CodeEditor from '$lib/components/common/CodeEditor.svelte';
</script>

<CodeEditor />