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

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

Index.noLayout = true;