INIT
This commit is contained in:
commit
c04f9e66ca
21 changed files with 12436 additions and 0 deletions
10
app.vue
Normal file
10
app.vue
Normal file
|
@ -0,0 +1,10 @@
|
|||
<style src="./Globals.css" />
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<Header />
|
||||
<Intro />
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue