misskey-js -> cherrypick-js

This commit is contained in:
NoriDev 2023-07-18 16:47:14 +09:00
parent 26a2604134
commit 14c5d99105
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
<script lang="ts" setup>
import { onMounted, ref } from 'vue';
import * as os from '@/os';
import { UserLite } from 'misskey-js/built/entities';
import { UserLite } from 'cherrypick-js/built/entities';
const props = withDefaults(defineProps<{
userIds: string[];

View file

@ -54,7 +54,7 @@
<script lang="ts" setup>
import { computed } from 'vue';
import * as misskey from 'misskey-js';
import * as misskey from 'cherrypick-js';
import MkFolder from '@/components/MkFolder.vue';
import MkButton from '@/components/MkButton.vue';
import copyToClipboard from '@/scripts/copy-to-clipboard';

View file

@ -32,7 +32,7 @@
<script lang="ts" setup>
import { computed, ref, shallowRef } from 'vue';
import type { Invite } from 'misskey-js/built/entities';
import type { Invite } from 'cherrypick-js/built/entities';
import { i18n } from '@/i18n';
import * as os from '@/os';
import MkButton from '@/components/MkButton.vue';

View file

@ -54,7 +54,7 @@ import MkSwitch from '@/components/MkSwitch.vue';
import MkFolder from '@/components/MkFolder.vue';
import MkInput from '@/components/MkInput.vue';
import { userListsCache } from '@/cache';
import { UserList, UserLite } from 'misskey-js/built/entities';
import { UserList, UserLite } from 'cherrypick-js/built/entities';
import { $i } from '@/account';
import { defaultStore } from '@/store';
const {