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

Commit 2b75341

Browse files
authored
Update 05_Building_the_Frontend.md
1 parent af70c9f commit 2b75341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Full Stack Web App with Kotlin Multiplatform/05_Building_the_Frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ import kotlinx.coroutines.*
8888

8989
private val scope = MainScope()
9090

91-
val app = functionalComponent<Props> { _ ->
91+
val app = fc<Props> { _ ->
9292
var shoppingList by useState(emptyList<ShoppingListItem>())
9393

9494
useEffectOnce {

0 commit comments

Comments
 (0)