mirror of
https://github.com/obhq/obliteration.git
synced 2025-04-02 11:02:08 -04:00
10 lines
209 B
Text
10 lines
209 B
Text
import { VerticalBox } from "std-widgets.slint";
|
|
import { Header } from "header.slint";
|
|
|
|
export component Conclusion {
|
|
VerticalBox {
|
|
Header {
|
|
title: "Setup complete";
|
|
}
|
|
}
|
|
}
|