This commit is contained in:
suricatingss
2025-11-20 22:20:52 +00:00
commit ea5d17d172
11 changed files with 23057 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
@import "tailwindcss";
@theme {
--secondary: #007bff;
}

11
app/pages/test.vue Normal file
View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
</template>
<style scoped>
</style>