File size: 195 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
import { unstable_Activity as Activity } from 'react'
export default function Page() {
return (
<Activity mode="hidden">
<div id="activity-content">Hello</div>
</Activity>
)
}
|