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

Commit

Permalink
Update 03_A_First_Static_Page.md
Browse files Browse the repository at this point in the history
Does not build with react.css.css for me (reported in kotlin-hands-on/web-app-react-kotlin-js-gradle#22)
  • Loading branch information
beshur committed Jul 19, 2022
1 parent 2b79fc8 commit 68966da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68966da

Please sign in to comment.