[bug fix][xs]: componenet name has changed.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import Head from 'next/head';
|
import Head from 'next/head';
|
||||||
import Nav from '../components/home/Nav';
|
import Nav from '../components/home/Nav';
|
||||||
import Recent from '../components/home/Recent';
|
import Recent from '../components/home/Recent';
|
||||||
import Input from '../components/search/Input';
|
import Form from '../components/search/Form';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
@@ -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>
|
||||||
<Input query={{}} />
|
<Form query={{}} />
|
||||||
</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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user