From f790768a4463a614d27aca32588d58ecaa7029c5 Mon Sep 17 00:00:00 2001 From: Vsevolod Tolstopyatov Date: Mon, 27 Sep 2021 17:17:11 +0300 Subject: [PATCH] Migrate from deprecated packages in js-example (#2955) --- js/example-frontend-js/src/ExampleMain.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/example-frontend-js/src/ExampleMain.kt b/js/example-frontend-js/src/ExampleMain.kt index d4e530b04a..67c6ef04e7 100644 --- a/js/example-frontend-js/src/ExampleMain.kt +++ b/js/example-frontend-js/src/ExampleMain.kt @@ -8,7 +8,7 @@ import kotlinx.html.div import kotlinx.html.dom.* import kotlinx.html.js.onClickFunction import org.w3c.dom.* -import kotlin.browser.* +import kotlinx.browser.* import kotlin.coroutines.* import kotlin.math.* import kotlin.random.Random