Skip to content

Commit 2074165

Browse files
committed
align naming for Lazy components
1 parent 6880219 commit 2074165

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/routes/TryRoute.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module ClientOnly = {
4141
@react.component
4242
let make = (~bundleBaseUrl, ~versions) => {
4343
<React.Suspense fallback={<div className="h-full bg-gray-100 min-h-screen" />}>
44-
<LazyPlayground bundleBaseUrl versions />
44+
<PlaygroundLazy bundleBaseUrl versions />
4545
</React.Suspense>
4646
}
4747
}
File renamed without changes.

0 commit comments

Comments
 (0)