Update share.vue

fix
This commit is contained in:
tamaina 2021-02-14 21:43:42 +09:00 committed by GitHub
parent 875e53d9d5
commit 32b6de02ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@
</template>
<script lang="ts">
// SPECIFICATION: https://wiki.misskey.io/ja/advanced-functions/share
import { defineComponent } from 'vue';
import { faShareAlt } from '@fortawesome/free-solid-svg-icons';
import MkButton from '@/components/ui/button.vue';