import React from 'react' import styles from '../styles/index.module.css' export default function Page() { return ( <>
hello from /
{React.version}