From 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 20 Jul 2021 21:24:52 +0300 Subject: WIP --- app/components/graph/graph.story.tsx | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 app/components/graph/graph.story.tsx (limited to 'app/components/graph/graph.story.tsx') diff --git a/app/components/graph/graph.story.tsx b/app/components/graph/graph.story.tsx deleted file mode 100644 index 3b094d9..0000000 --- a/app/components/graph/graph.story.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import * as React from 'react' -import { storiesOf } from '@storybook/react-native' -import { StoryScreen, Story, UseCase } from '../../../storybook/views' -import { color } from '../../theme' -import { Graph } from './graph' - -storiesOf('Graph', module) - .addDecorator((fn) => {fn()}) - .add('Style Presets', () => ( - - - - - - )) -- cgit v1.2.3