refactor: integrate ViewModel and repository for record management

This commit is contained in:
2026-06-09 16:11:53 +02:00
parent 6f811fbeea
commit 235bd40296
9 changed files with 89 additions and 36 deletions
@@ -2,4 +2,4 @@ package fr.ajaury.gwenedeg
import androidx.compose.ui.window.ComposeUIViewController
fun MainViewController() = ComposeUIViewController { App() }
fun MainViewController() = ComposeUIViewController { App() }