Settings 2.0 (#107)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
megumin
2022-10-17 20:18:25 +01:00
committed by GitHub
parent ae730e8398
commit 5625d63e46
22 changed files with 945 additions and 192 deletions

View File

@ -1,2 +1,3 @@
export { default as Settings } from "./Settings";
export { default as PluginSettings } from "./PluginSettings";
export { default as Updater } from "./Updater";