feat: initial commit (migrate from old flowy monorepo)

This commit is contained in:
talksik
2025-03-27 12:00:38 -07:00
commit 83906ac940
105 changed files with 1558 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import QtQuick
import QtQuick.Controls.Basic
Text {
color: palette.text
font.family: Fonts.plusJakartaSans
}