This commit is contained in:
2026-01-05 13:57:38 -03:00
commit 5d615fd011
19 changed files with 890 additions and 0 deletions

3
src/routes/+page.svelte Normal file
View File

@@ -0,0 +1,3 @@
<h1>Welcome to your library project</h1>
<p>Create your package using @sveltejs/package and preview/showcase your work with SvelteKit</p>
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>