mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
17 lines
139 B
Vue
17 lines
139 B
Vue
|
<script setup lang="ts">
|
||
|
|
||
|
|
||
|
import FreeDATAMain from './components/main.vue'
|
||
|
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
|
||
|
<FreeDATAMain/>
|
||
|
|
||
|
</template>
|
||
|
|
||
|
|
||
|
|