Merge branch 'oscar' into vacation

This commit is contained in:
무라쿠모 2024-08-19 23:54:43 +09:00
commit 77e81505b7
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
2 changed files with 3 additions and 1 deletions

2
.restyled.yaml Normal file
View file

@ -0,0 +1,2 @@
---
enabled: false

View file

@ -53,7 +53,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import {computed, defineAsyncComponent, ref, toRef} from 'vue'; import { computed, defineAsyncComponent, ref, toRef } from 'vue';
import { openInstanceMenu } from './common.js'; import { openInstanceMenu } from './common.js';
import * as os from '@/os.js'; import * as os from '@/os.js';
import { navbarItemDef } from '@/navbar.js'; import { navbarItemDef } from '@/navbar.js';