Skip to content

Commit

Permalink
corregir componentes cortados de storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Morales committed Jan 11, 2024
1 parent 33cf659 commit b28d06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/stories/DesignStystem/Colors.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {View, useWindowDimensions} from 'react-native';
import {View} from 'react-native';
import Text from '../../../src/components/Text';
import {black, palette} from '../../../src/theme/palette';
import CenterScrollView from '../../decorators/CenterScrollView';
Expand Down

0 comments on commit b28d06f

Please sign in to comment.