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