From b6fe8e5d46d2853cedd6e678c22c7119ae823a32 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Wed, 1 Dec 2021 15:03:15 +0300 Subject: [PATCH] Update README.md --- tutorials/Window_API_new/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorials/Window_API_new/README.md b/tutorials/Window_API_new/README.md index 4c1bddcb43..f25d122953 100644 --- a/tutorials/Window_API_new/README.md +++ b/tutorials/Window_API_new/README.md @@ -564,7 +564,6 @@ import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.height import androidx.compose.foundation.window.WindowDraggableArea -import androidx.compose.runtime.Composable import androidx.compose.ui.Modifier import androidx.compose.ui.graphics.Color import androidx.compose.ui.unit.dp