import { ScanFace, BookOpenText, ChevronsLeftRight, Github, } from "lucide-react"; /** * Splash screen displayed when no resources are configured yet. * * Provides helpful links to documentation, demo, and GitHub repository. * Automatically shown when the admin app has no Resource children defined. * * @see {@link https://marmelab.com/shadcn-admin-kit/docs/ready/ Ready documentation} */ export const Ready = () => (

Welcome to shadcn-admin-kit

Your application is properly configured.
Now you can add a <Resource> as child of <Admin></Admin>
Documentation
Demo
GitHub
);