export const isWindowDefined = typeof window !== "undefined";
export const zIndex = {
  dialog: 1300,
  popper: 1301,
};
