mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-09 08:38:02 -06:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
import { VerticalBox } from "std-widgets.slint";
|
|
export component Page inherits VerticalBox {
|
|
padding: 20px;
|
|
alignment: start;
|
|
}
|