This commit is contained in:
Tim
2024-04-24 02:00:17 -04:00
parent bdfb967af0
commit 21670818be
8 changed files with 47 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
<script setup>
import SplitPane from "@/components/SplitPane.vue";
import Chart from "@/components/chart/Chart.vue";
import Social from "@/components/Social.vue";
</script>