Remove Lister.tsx
This commit is contained in:
parent
12479437fd
commit
5a8dbcba4f
@ -1,17 +0,0 @@
|
||||
import React from 'react'
|
||||
|
||||
export interface ListerProps {
|
||||
data: string
|
||||
key: string
|
||||
}
|
||||
|
||||
function Lister({ data, key }: ListerProps) {
|
||||
return (
|
||||
<span>
|
||||
{key}-{data}
|
||||
</span>
|
||||
)
|
||||
}
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default Lister
|
Loading…
Reference in New Issue
Block a user