export type Template = {
  icon: string;
  app: string;
  text: string;
  link: string;
};
