export const getDecks = createAsync("THUNKS_BLOGS_SPEAKERDECK_GET_DECKS", async () => {
  try {
    const json = await callDecks();
    return json;
  } catch (error) {