export type Emoji = {
    name: string;
    url: string;
    category: string | null;
};
