const APPS = {
  // apps list start here
  // apps list end here
};

const ACTIONS = {
  // actions list start here
  // actions list end here
};

export { APPS, ACTIONS };
