Skip to content

Commit

Permalink
fix: remove require of helpinfo css to stop causing crash from vite/v…
Browse files Browse the repository at this point in the history
…itest
  • Loading branch information
MartinWeb committed Oct 18, 2023
1 parent c1416b5 commit 9b1c738
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/helpinfo/src/HelpInfo.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Button from '@axa-fr/react-toolkit-button';
import Badge from '@axa-fr/react-toolkit-badge';
import HelpInfo from './HelpInfo';
import readme from '../README.md';
import './help-info.scss';

export default {
title: 'Components high level/HelpInfo',
Expand Down
1 change: 0 additions & 1 deletion packages/helpinfo/src/HelpInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
import Popover, { PopoverPlacements } from '@axa-fr/react-toolkit-popover';
import './help-info.scss';

export type Props = ComponentPropsWithoutRef<typeof Popover>;

Expand Down

0 comments on commit 9b1c738

Please sign in to comment.