import ConstructLayout from '@/new-components/layout/Construct'; function index() { return ( <ConstructLayout> <div>index</div> </ConstructLayout> ); } export default index;