'use client' import React from 'react'; function Page() { return (
Hello world!
); } export default Page;