Untitled

Anonymous
jsx
06/01/2023 6:36 AM
216 B
9
Indexable
export const NewQuotationsTableContainer = styled(Box)(() => ({
  width: "100%",
  height: "fit-content",
  marginTop: "20px",
  border: "1px solid #B9B9B9",
}));
Editor is loading...