import FieldsPage from './fields-page'
const Page = () => {
return <FieldsPage />
}
export default Page