export const callDecks = async (): Promise<Deck[]> => {
  const result = await fetch("https://api.github.com/repos/igara/speakerdeck-export/contents/data/igara", {
    method: "GET",
  });