mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
13 lines
292 B
Vue
13 lines
292 B
Vue
<script setup lang="ts">
|
|
import { setConfig } from "../js/api";
|
|
|
|
import { setActivePinia } from "pinia";
|
|
import pinia from "../store/index";
|
|
setActivePinia(pinia);
|
|
|
|
import { settingsStore as settings } from "../store/settingsStore.js";
|
|
</script>
|
|
|
|
<template>
|
|
<h5>...soon...</h5>
|
|
</template>
|