Move tabs to tab folder

This commit is contained in:
2025-01-27 20:59:26 +00:00
parent 112e61e92d
commit 3c67b2ed4b
4 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
import { AboutSlint } from "std-widgets.slint";
export component AboutTab {
VerticalLayout {
AboutSlint {}
Text {
x: 8pt;
text: "TIM_Tool Version 0.1.0";
}
}
}