feat: add validation to include_definition macro
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
<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://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
|
||||
<script lang="ts">
|
||||
import "$lib/app.css";
|
||||
import Slider from "$lib/elements/Float.svelte";
|
||||
</script>
|
||||
|
||||
<Slider id="asd" />
|
||||
|
||||
|
Reference in New Issue
Block a user