mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-11 16:37:27 +01:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
export const data = async () => {
|
|
const response = await fetch('https://cdn.jsdelivr.net/npm/@emoji-mart/data')
|
|
|
|
return response.json()
|
|
}
|