2021-04-12 18:05:09 +00:00
|
|
|
import Layout from '../components/layout'
|
2021-04-14 23:56:29 +00:00
|
|
|
import Items from '../components/items'
|
2021-04-12 18:05:09 +00:00
|
|
|
|
|
|
|
export default function Index () {
|
|
|
|
return (
|
|
|
|
<Layout>
|
2021-06-22 17:47:49 +00:00
|
|
|
<Items variables={{ sort: 'hot' }} rank />
|
2021-04-12 18:05:09 +00:00
|
|
|
</Layout>
|
|
|
|
)
|
|
|
|
}
|