Skip to content

Commit

Permalink
fix erroneous async component in integration test
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com>
  • Loading branch information
eps1lon and ztanner committed Sep 18, 2024
1 parent 5791706 commit c4d35f6
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 c4d35f6

Please # to comment.