1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-25 13:38:51 +01:00
2023-12-10 23:55:41 +09:00

6 lines
142 B
TypeScript

export const data = async () => {
const response = await fetch('https://cdn.jsdelivr.net/npm/@emoji-mart/data')
return response.json()
}