diff options
Diffstat (limited to 'src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')
-rw-r--r-- | src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue b/src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue index f3534eb..7b26a09 100644 --- a/src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue +++ b/src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue @@ -1,5 +1,4 @@ <script setup lang="ts"> -import { computed, ref } from 'vue'; import { useTimestamp } from '@vueuse/core'; import { useThemeVars } from 'naive-ui'; import { useQRCode } from '../qr-code-generator/useQRCode'; |