feat: BRAND-NEW OSCAR Node #5

This commit is contained in:
무라쿠모 2024-09-13 02:21:06 +09:00
parent 7d195b4371
commit e26b55f8bb
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
8 changed files with 44 additions and 12 deletions

View file

@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
import { computed, ref } from 'vue';
import * as Misskey from 'misskey-js';
import XSetup from './welcome.setup.vue';
import XEntrance from './welcome.entrance.a.vue';
import XEntrance from './welcome.entrance.special.vue';
import { instanceName } from '@/config.js';
import { definePageMetadata } from '@/scripts/page-metadata.js';
import { fetchInstance } from '@/instance.js';