(feat): add license page

(fix): noise suppression error
This commit is contained in:
Alois 2026-04-20 21:59:36 +02:00
commit efee2e87cc
5 changed files with 232 additions and 33 deletions

View file

@ -30,6 +30,9 @@ const settings = {
},
},
},
application: {
licenses: {},
},
} as const satisfies SettingsSchema;
export default settings;