2023-09-02 11:37:03 +00:00
|
|
|
<script setup lang="ts">
|
2023-10-03 13:15:17 +00:00
|
|
|
import FreeDATAMain from "./components/main.vue";
|
2023-09-02 11:37:03 +00:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
2023-10-03 13:15:17 +00:00
|
|
|
<FreeDATAMain />
|
2023-09-02 11:37:03 +00:00
|
|
|
</template>
|