1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-11 19:24:07 +02:00

refactor(client): refactoring

This commit is contained in:
syuilo
2022-07-02 14:00:37 +09:00
parent 52a1ec9af1
commit ded0f6f0df
90 changed files with 27 additions and 114 deletions

View File

@@ -155,7 +155,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.importAndExport,
icon: 'fas fa-boxes',
bg: 'var(--bg)',
});
</script>