This commit is contained in:
Barak Michener 2024-05-18 18:50:38 -07:00
parent f0510126ba
commit 7a7c647c22
212 changed files with 30625 additions and 30625 deletions

View file

@ -0,0 +1,9 @@
<script lang="ts">
import { onMount, onDestroy } from "svelte";
</script>
<div>
</div>
<style>
</style>

View file

@ -0,0 +1,19 @@
<template>
</template>
<script>
//import header from './header.vue'
export default {
name: 'components',
data () {
return {
msg: 'Hello World'
}
}
}
</script>
<style>
</style>