Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.tsx 132 B
import { WelcomePage } from '@refinedev/core'

export default function Index () {
  return <WelcomePage />
}

Index.noLayout = true