Skip to content

Commit

Permalink
RSC: Update rsc test project fixtures (#9666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Dec 13, 2023
1 parent 6027041 commit cc69243
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 87 deletions.
20 changes: 0 additions & 20 deletions __fixtures__/test-project-rsa/web/src/AboutCounter.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions __fixtures__/test-project-rsa/web/src/AboutPage.css

This file was deleted.

27 changes: 0 additions & 27 deletions __fixtures__/test-project-rsa/web/src/AboutPage.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions __fixtures__/test-project-rsa/web/src/HomePage.css

This file was deleted.

3 changes: 0 additions & 3 deletions __fixtures__/test-project-rsa/web/src/HomePage.module.css

This file was deleted.

29 changes: 0 additions & 29 deletions __fixtures__/test-project-rsa/web/src/HomePage.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions __fixtures__/test-project-rsa/web/src/entry.server.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import App from './App'
import { Document } from './Document'
import HomePage from './HomePage'

interface Props {
css: string[]
Expand All @@ -9,7 +9,7 @@ interface Props {
export const ServerEntry: React.FC<Props> = ({ css, meta }) => {
return (
<Document css={css} meta={meta}>
<HomePage />
<App />
</Document>
)
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import App from './App'
import { Document } from './Document'
import HomePage from './HomePage'

interface Props {
css: string[]
Expand All @@ -9,7 +9,7 @@ interface Props {
export const ServerEntry: React.FC<Props> = ({ css, meta }) => {
return (
<Document css={css} meta={meta}>
<HomePage />
<App />
</Document>
)
}

0 comments on commit cc69243

Please sign in to comment.