diff --git a/frontend/src/component/changeRequest/ChangeRequest/Changes/Change/Change.styles.tsx b/frontend/src/component/changeRequest/ChangeRequest/Changes/Change/Change.styles.tsx index 4069f7b6a6..90e1dffb59 100644 --- a/frontend/src/component/changeRequest/ChangeRequest/Changes/Change/Change.styles.tsx +++ b/frontend/src/component/changeRequest/ChangeRequest/Changes/Change/Change.styles.tsx @@ -1,6 +1,7 @@ import { styled, Typography, type TypographyProps } from '@mui/material'; import type { FC, PropsWithChildren } from 'react'; +// todo: consider using these export const Action: FC = ({ children, ...props }) => ( {children}