Skip to content

Commit

Permalink
chore(design-system): empty line before return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Feb 20, 2024
1 parent aa2a2ee commit 4b849f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/design-system/src/iconsV2/IconProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const iconClassName = css`

export const IconProvider: React.FC<PropsWithChildren<{}>> = ({ children }) => {
const theme = useMantineTheme();

return (
<IconContext.Provider
value={{
Expand Down

0 comments on commit 4b849f6

Please sign in to comment.