mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-08 16:18:08 -06:00
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
|
|
import { Page } from "../page.slint";
|
||
|
|
|
||
|
|
export component ClientsPage inherits Page {
|
||
|
|
Text {
|
||
|
|
text: "Clients";
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
}
|