import * as React from "react"; import { RefineReadyPageProps } from "@pankod/refine-ui-types"; import { BackgroundImage, Code, Title, Text, Group, Space, Button, Anchor, } from "@mantine/core"; export const ReadyPage: React.FC = () => { return ( Refine Logo Welcome on board Your configuration is completed. Now you can get started by adding your resources to the{" "} resources property of Refine. ); };