Skip to content

Commit

Permalink
Update src/Row.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Aman Mahajan <amahajan@stratag.com>
  • Loading branch information
nstepien and amanmahajan7 committed Feb 10, 2021
1 parent 78477f4 commit fa6e92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Row.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { memo, forwardRef } from 'react';
import type{ RefAttributes } from 'react';
import type { RefAttributes } from 'react';
import clsx from 'clsx';

import { groupRowSelectedClassname, rowClassname, rowSelectedClassname } from './style';
Expand Down

0 comments on commit fa6e92b

Please sign in to comment.