diff options
author | 2023-04-15 02:10:28 +0200 | |
---|---|---|
committer | 2023-04-15 21:47:00 +0200 | |
commit | 0fd99deca954385091b2528ae478d121efdcfa0e (patch) | |
tree | 7f538c61a683c5b81b331249e14546f607523478 /src/layouts/tool.layout.vue | |
parent | f7a1383da52bce77a3dfd2764f452edc929779cc (diff) | |
download | it-tools-ssg.tar.gz it-tools-ssg.tar.zst it-tools-ssg.zip |
wipssg
Diffstat (limited to 'src/layouts/tool.layout.vue')
-rw-r--r-- | src/layouts/tool.layout.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layouts/tool.layout.vue b/src/layouts/tool.layout.vue index 6cccbb0..17819f9 100644 --- a/src/layouts/tool.layout.vue +++ b/src/layouts/tool.layout.vue @@ -1,5 +1,4 @@ <script lang="ts" setup> -import { useRoute } from 'vue-router'; import { useHead } from '@vueuse/head'; import type { HeadObject } from '@vueuse/head'; import { computed } from 'vue'; |