File tree Expand file tree Collapse file tree
packages/plugin-rsc/examples/basic/src/routes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ export function Root(props: { url: URL }) {
7575 < TestDepCssInServer />
7676 < TestHydrationMismatch url = { props . url } />
7777 < TestVirtualModule />
78+ < TestLazyCssClientToClient />
79+ < TestLazyCssServerToClient />
80+ < TestLazyCssServerToServer />
7881 < TestHmrClientDep url = { { search : props . url . search } } />
7982 < TestHmrClientDep2 url = { { search : props . url . search } } />
8083 < TestHmrClientDep3 />
@@ -104,9 +107,6 @@ export function Root(props: { url: URL }) {
104107 < TestActionStateServer />
105108 < TestModuleInvalidationServer />
106109 < TestBrowserOnly />
107- < TestLazyCssClientToClient />
108- < TestLazyCssServerToClient />
109- < TestLazyCssServerToServer />
110110 < TestUseCache />
111111 < TestReactCache url = { props . url } />
112112 < TestCssQueries />
You can’t perform that action at this time.
0 commit comments