Skip to content

Commit

Permalink
fix: storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pader committed Dec 13, 2023
1 parent 26fa87e commit 7dc7d8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/CheckboxWithLabel.stories.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import CheckboxWithLabel from '@components/CheckboxWithLabel';
import Text from '@components/Text';
// eslint-disable-next-line no-restricted-imports
import {defaultStyles} from '@styles/index';

/**
Expand Down
2 changes: 2 additions & 0 deletions src/stories/Composer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import RenderHTML from '@components/RenderHTML';
import Text from '@components/Text';
import withNavigationFallback from '@components/withNavigationFallback';
import useStyleUtils from '@hooks/useStyleUtils';
// eslint-disable-next-line no-restricted-imports
import {defaultStyles} from '@styles/index';
// eslint-disable-next-line no-restricted-imports
import {defaultTheme} from '@styles/theme';
import CONST from '@src/CONST';

Expand Down
1 change: 1 addition & 0 deletions src/stories/DragAndDrop.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {Image, View} from 'react-native';
import DragAndDropConsumer from '@components/DragAndDrop/Consumer';
import DragAndDropProvider from '@components/DragAndDrop/Provider';
import Text from '@components/Text';
// eslint-disable-next-line no-restricted-imports
import {defaultStyles} from '@styles/index';

/**
Expand Down
1 change: 1 addition & 0 deletions src/stories/SelectionList.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {View} from 'react-native';
import _ from 'underscore';
import SelectionList from '@components/SelectionList';
import Text from '@components/Text';
// eslint-disable-next-line no-restricted-imports
import {defaultStyles} from '@styles/index';
import CONST from '@src/CONST';

Expand Down

0 comments on commit 7dc7d8e

Please sign in to comment.