Skip to content

Commit

Permalink
Rename example
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Sep 14, 2024
1 parent f98f524 commit 1ad246b
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ val App = FC {

##### Examples

2. [Lazy app](/tests/lazy/app)
2. [Lazy app](/tests/react-lazy-components/app)
2. [Kotlin Wrappers Example](https://github.com/JetBrains/kotlin-wrappers/tree/master/examples/react-lazy-modules-webpack)

#### Conditional rendering
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ includeBuild("seskar")
include("tests:alias")
include("tests:data")
include("tests:env")
include("tests:lazy:app")
include("tests:lazy:content")
include("tests:lazy:header")
include("tests:lazy:footer")
include("tests:mixin")
include("tests:native")
include("tests:primitive")
include("tests:react-display-name")
include("tests:react-lazy-components:app")
include("tests:react-lazy-components:content")
include("tests:react-lazy-components:footer")
include("tests:react-lazy-components:header")
include("tests:react-memo")
include("tests:react-props")
include("tests:react-test")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
jsMainImplementation(kotlinWrappers.react)
jsMainImplementation(kotlinWrappers.reactDom)

jsMainImplementation(projects.tests.lazy.content)
jsMainImplementation(projects.tests.lazy.header)
jsMainImplementation(projects.tests.lazy.footer)
jsMainImplementation(projects.tests.reactLazyComponents.content)
jsMainImplementation(projects.tests.reactLazyComponents.header)
jsMainImplementation(projects.tests.reactLazyComponents.footer)
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1ad246b

Please sign in to comment.