This commit is contained in:
2025-06-18 10:04:01 +04:00
parent 4cdb90eaf7
commit 46a59c7b91
5 changed files with 4 additions and 8 deletions

4
.nuxt/nuxt.d.ts vendored
View File

@ -1,10 +1,10 @@
/// <reference types="@nuxt/eslint" />
/// <reference types="@nuxt/icon" />
/// <reference types="@nuxt/eslint" />
/// <reference types="@nuxt/image" />
/// <reference types="@pinia/nuxt" />
/// <reference types="@nuxtjs/tailwindcss" />
/// <reference types="@pinia/nuxt" />
/// <reference types="@nuxt/devtools" />
/// <reference types="@pinia/nuxt" />
/// <reference types="@nuxt/telemetry" />
/// <reference path="types/builder-env.d.ts" />
/// <reference types="nuxt" />

View File

@ -1,4 +1,4 @@
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 6/18/2025, 8:40:13 AM
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 6/18/2025, 10:02:46 AM
import "@nuxtjs/tailwindcss/config-ctx"
import configMerger from "@nuxtjs/tailwindcss/merger";

View File

@ -119,7 +119,7 @@
"./imports"
],
"#app-manifest": [
"./manifest/meta/76826e1b-f3fe-4cae-9f12-dbe86d416aaa"
"./manifest/meta/33f39b41-9013-461e-9707-dde64ef0b3e6"
],
"#components": [
"./components"

View File

@ -13,6 +13,3 @@
<NuxtPage />
</NuxtLayout>
</template>
<script setup lang="ts">
const route = useRoute();
</script>