Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit b031a96

Browse files
authored
Update 03_A_First_Static_Page.md
Does not build with react.css.css for me (reported in kotlin-hands-on/web-app-react-kotlin-js-gradle#22)
1 parent 2b79fc8 commit b031a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Building Web Applications with React and Kotlin JS/03_A_First_Static_Page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Replace the code inside `src/main/kotlin/Main.kt` with the following:
77
```kotlin
88
import kotlinx.browser.document
99
import react.*
10-
import react.css.css
10+
import emotion.css.css
1111
import react.dom.render
1212
import csstype.Position
1313
import csstype.px

0 commit comments

Comments
 (0)