page.tsx 123 B

12345678910
  1. import React from 'react'
  2. const Custom = () => {
  3. return (
  4. <div>
  5. Custom
  6. </div>
  7. )
  8. }
  9. export default Custom