add:modification list

This commit is contained in:
2024-07-13 21:55:39 +08:00
parent 722843b155
commit 06130a1a66
3 changed files with 237 additions and 57 deletions

View File

@@ -1,5 +1,6 @@
package com.aiosman.riderpro
import ModificationListScreen
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
@@ -101,6 +102,9 @@ fun NavigationController(navController: NavHostController) {
composable(route="Post") {
PostPage()
}
composable(route="ModificationList") {
ModificationListScreen()
}
}
}