rsnext/examples/with-zustand/pages/index.js
2020-11-10 23:06:49 +00:00

5 lines
93 B
JavaScript

import Page from '../components/page'
export default function Index() {
return <Page />
}