From 68966da7532e2dfbd4f61078efb90e3c5046cce4 Mon Sep 17 00:00:00 2001 From: Alex Buznik Date: Tue, 19 Jul 2022 22:15:08 +0300 Subject: [PATCH] Update 03_A_First_Static_Page.md Does not build with react.css.css for me (reported in https://github.com/kotlin-hands-on/web-app-react-kotlin-js-gradle/issues/22) --- .../03_A_First_Static_Page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building Web Applications with React and Kotlin JS/03_A_First_Static_Page.md b/Building Web Applications with React and Kotlin JS/03_A_First_Static_Page.md index 65fdc3f..4fc2d21 100644 --- a/Building Web Applications with React and Kotlin JS/03_A_First_Static_Page.md +++ b/Building Web Applications with React and Kotlin JS/03_A_First_Static_Page.md @@ -7,7 +7,7 @@ Replace the code inside `src/main/kotlin/Main.kt` with the following: ```kotlin import kotlinx.browser.document import react.* -import react.css.css +import emotion.react.css import react.dom.render import csstype.Position import csstype.px