MainActivity Test

This commit is contained in:
202310715297 RAIHAN ARIQ MUZAKKI 2025-11-13 11:11:53 +07:00
parent 5867c80588
commit 4b6a44f3b1

View File

@ -1,3 +1,5 @@
@file:OptIn(ExperimentalMaterial3Api::class)
package com.example.notebook package com.example.notebook
import android.os.Bundle import android.os.Bundle
@ -383,7 +385,6 @@ fun SourcesScreen(viewModel: NotebookViewModel) {
} }
// === MENU COMPONENTS (Tetap sama) === // === MENU COMPONENTS (Tetap sama) ===
@OptIn(ExperimentalMaterial3Api::class)
@Composable @Composable
fun AccountScreen(onDismiss: () -> Unit) { fun AccountScreen(onDismiss: () -> Unit) {
Dialog( Dialog(