import React, {useEffect} from "react"; const Index = () => { return ( <>
NextJS12
); }; export default Index;