next.js/test/e2e/middleware-static-files/app/pages/pages-glob/hello.tsx
hello.tsx11 lines197 B
import React from 'react'
import * as styles from './hello.module.css'

export default function Page() {
  return (
    <>
      <p className={styles['text']}>pages-another/hello</p>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN