import React from 'react'; import { NextPage } from 'next'; import Setup from '../components/Setup'; const SetupPage: NextPage = () => { return ; }; export default SetupPage;