Create instance.ts

This commit is contained in:
syuilo 2024-08-26 11:55:19 +09:00
parent 7ea59f2f84
commit 91fc4ffa5f
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/*
* SPDX-FileCopyrightText: syuilo and misskey-project
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { computed, reactive } from 'vue';
import * as Misskey from 'misskey-js';
import { misskeyApi } from '@/misskey-api.js';
export const instance = {
iconUrl: 'TODO',
};