7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
|
export component AppWindow inherits Window {
|
||
|
Text {
|
||
|
text: "Hello world!";
|
||
|
color: green;
|
||
|
}
|
||
|
}
|