Skip to content

Commit

Permalink
MOON-267: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ffffffelix committed Dec 18, 2024
1 parent 6f00e98 commit 62a4515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CardSelector/CardSelector.types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {HTMLAttributes} from 'react';
import React from 'react';

type BasicProps = Omit<React.ComponentPropsWithRef<'div'>, 'className' | 'id' | 'onClick'> & {
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {HTMLAttributes} from 'react';
import React from 'react';

export type EmptyCardSelectorProps = Omit<React.ComponentPropsWithRef<'button'>, 'className' | 'id' | 'onClick'> & {
/**
Expand Down

0 comments on commit 62a4515

Please sign in to comment.