import Setup from '@app/components/Setup'; import type { NextPage } from 'next'; const SetupPage: NextPage = () => { return ; }; export default SetupPage;