[bug fix][xs]: Form component doesn't expect any args.

This commit is contained in:
anuveyatsu
2020-06-24 12:14:55 +06:00
parent cc63506570
commit 4d065955b3

View File

@@ -22,7 +22,7 @@ export default function Home() {
Premium Data Service for additional or customised data with Premium Data Service for additional or customised data with
guaranteed updates. guaranteed updates.
</p> </p>
<Form query={{}} /> <Form />
</div> </div>
<div className="mt-4"> <div className="mt-4">
<img src="/images/banner.svg" className="w-4/5" /> <img src="/images/banner.svg" className="w-4/5" />