8 lines
91 B
TypeScript
8 lines
91 B
TypeScript
const Sticker = () => {
|
|
return (
|
|
<>
|
|
</>
|
|
)
|
|
}
|
|
|
|
export default Sticker |