Skip to content

Commit

Permalink
fix erroneous async component in integration test (#70217)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Sep 18, 2024
1 parent cf20257 commit 2cca35e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'

async function CustomComponent() {
function CustomComponent() {
return (
<div>
<h1>the content of a dynamic component</h1>
Expand Down

0 comments on commit 2cca35e

Please # to comment.