Used words
import
{
FC
}
from
'react'
const
List:
FC<{
data:
name:
string
}
}>
=
({
data
})
=>
(
{name}
))}
)
export
default
List
Create your own