Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rlecellier committed Sep 28, 2021
1 parent fc3d5b3 commit 6eafda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-kit/Divider/Divider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ const Divider: FC<IDividerProps> = ({ size, className }) => {
<div className={classnames(styles.divider, sizeClassName, className )} />
)
}
export default Divider
export default Divider

0 comments on commit 6eafda5

Please sign in to comment.