refactor: rename project to "Chom Bev"

This commit is contained in:
2026-07-03 15:26:30 +02:00
parent f90552ed62
commit 8d3da32454
22 changed files with 96 additions and 54 deletions
@@ -7,7 +7,7 @@ fun main() {
application {
Window(
onCloseRequest = ::exitApplication,
title = "Gwenedeg",
title = "Chom Bev",
) {
App()
}