First commit
This commit is contained in:
17
application/demo/pages/appearance/panel.js
Normal file
17
application/demo/pages/appearance/panel.js
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
import os from "./rows/os.js";
|
||||
|
||||
import tint from "./rows/tint.js";
|
||||
|
||||
import panel from '/elements/panel.js';
|
||||
|
||||
|
||||
export default class appearancePanel extends panel{
|
||||
|
||||
flexDirection = "column";
|
||||
|
||||
os = new os();
|
||||
|
||||
tint = new tint();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user