import { Link } from '@inertiajs/react'; import { ReactNode } from 'react'; import Layout from './Partials/Layout'; const Finish = () => { return (
Setup complete

Your changed environment variables are set in the .env file now.

Click here {' '} to get back to your project.

); }; Finish.layout = (page: ReactNode) => ; export default Finish;