Skip to content

Commit

Permalink
removes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike authored Mar 27, 2024
1 parent 31bf3f6 commit 3db7654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CardStack/CardStack.stories.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';

import Card, { CardSizes } from 'src/Card';
// import { withKnobs, select } from '@storybook/addon-knobs';
import { Flex } from 'src/Flex';

Check warning on line 4 in src/CardStack/CardStack.stories.jsx

View workflow job for this annotation

GitHub Actions / js-lint

'Flex' is defined but never used
import CardStack from './CardStack';

Expand Down

0 comments on commit 3db7654

Please sign in to comment.