Files
caszl-next/src/components/Sticker.tsx

8 lines
91 B
TypeScript
Raw Normal View History

2023-12-15 17:03:07 +08:00
const Sticker = () => {
return (
<>
</>
)
}
export default Sticker