Skip to content

Commit c4d35f6

Browse files
eps1lonztanner
andcommitted
fix erroneous async component in integration test
Co-authored-by: Zack Tanner <[email protected]>
1 parent 5791706 commit c4d35f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/module-id-strategies/components/CustomComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22

3-
async function CustomComponent() {
3+
function CustomComponent() {
44
return (
55
<div>
66
<h1>the content of a dynamic component</h1>

0 commit comments

Comments
 (0)