Rename aux to Torch

This commit is contained in:
Kgothatso Ngako
2026-07-05 23:21:02 +02:00
parent e92890b048
commit 6a68d82dee
8 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ import androidx.navigation.compose.rememberNavController
fun main() = application {
Window(
onCloseRequest = ::exitApplication,
title = "Aux",
title = "Torch",
) {
val navController = rememberNavController()
AuxApp(