rename sidebar_handler to sidebar to rename to the same page

This commit is contained in:
buzz-lightsnack-2007 2024-04-26 22:22:17 +08:00
parent 4fe0abc374
commit ca30e9dab1

12
scripts/pages/sidebar.js Normal file
View file

@ -0,0 +1,12 @@
import Sidebar from '../GUI/sidebar.js';
import {read, write} from '../secretariat.js';
export default class sidebar_handler {
constructor () {
};
async activate () {
await read(`settings,behavior,autoRun`)
}
}