import search from "./search";

export const tasks = {
  search,
};
