mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-24 04:09:23 +01:00
4 lines
78 B
TypeScript
4 lines
78 B
TypeScript
|
|
export default eventHandler(() => {
|
||
|
|
return { nitro: 'Is Awesome! asda' }
|
||
|
|
})
|