Initial commit with files
Still need to fix the imports
This commit is contained in:
6
src/lib/utils/Render.svelte
Normal file
6
src/lib/utils/Render.svelte
Normal file
@@ -0,0 +1,6 @@
|
||||
<script lang="ts" context="module">
|
||||
export enum RenderStrategy {
|
||||
Unmount,
|
||||
Hidden,
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user