1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-27 07:46:15 +01:00

6 lines
142 B
TypeScript
Raw Normal View History

2023-12-10 23:55:41 +09:00
export const data = async () => {
const response = await fetch('https://cdn.jsdelivr.net/npm/@emoji-mart/data')
return response.json()
}