Files
caszl-next/src/components/Sticker.tsx
2023-12-15 17:03:07 +08:00

8 lines
91 B
TypeScript

const Sticker = () => {
return (
<>
</>
)
}
export default Sticker