1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 07:25:49 +02:00

fix(#10336): invalid name conversion

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-19 22:31:18 +09:00
parent 1dfcca7b9c
commit 91e0e498eb
136 changed files with 136 additions and 136 deletions

View File

@@ -8,6 +8,6 @@ export const Default = {
components: {
theme_install,
},
template: '<theme.install />',
template: '<theme_install />',
};
export default meta;