Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.tsx 138B

2 år sedan
1234567891011
  1. import React from 'react'
  2. type Props = {}
  3. const index = (props: Props) => {
  4. return (
  5. <div>index</div>
  6. )
  7. }
  8. export default index