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

Update 03_A_First_Static_Page.md #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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