diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-18 15:52:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-18 15:52:26 +0900 |
| commit | 41fe80458735fec4bc1c593e6b7ded231a4df4d4 (patch) | |
| tree | 41de16b137543d12a00498df00a9b1e5063e7146 /src/client/components/ui/select.vue | |
| parent | Fix page bug (diff) | |
| download | sharkey-41fe80458735fec4bc1c593e6b7ded231a4df4d4.tar.gz sharkey-41fe80458735fec4bc1c593e6b7ded231a4df4d4.tar.bz2 sharkey-41fe80458735fec4bc1c593e6b7ded231a4df4d4.zip | |
Clean up
Diffstat (limited to 'src/client/components/ui/select.vue')
| -rw-r--r-- | src/client/components/ui/select.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/components/ui/select.vue b/src/client/components/ui/select.vue index aaaddacb29..d9250a62cd 100644 --- a/src/client/components/ui/select.vue +++ b/src/client/components/ui/select.vue @@ -26,7 +26,6 @@ <script lang="ts"> import { defineComponent } from 'vue'; import { faChevronDown } from '@fortawesome/free-solid-svg-icons'; -import * as os from '@/os'; export default defineComponent({ props: { |