Skip to content

Commit 4d0b5d9

Browse files
committed
fix story component path
1 parent cc0a677 commit 4d0b5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-app/stories/Commands.stories.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import { storiesOf } from '@storybook/react'
33
import SideBarDecorator from './utils/SideBarDecorator'
44

5-
import Processes from '../src/components/Processes'
5+
import ProcessEvents from '../src/components/ProcessEvents'
66

77
const styles = {
88
container: {
@@ -14,7 +14,7 @@ const styles = {
1414
storiesOf('Components', module)
1515
.addDecorator(SideBarDecorator)
1616
.add('Processes', () => (
17-
<Processes
17+
<ProcessEvents
1818
processes={[
1919
{
2020
title: 'npm install',

0 commit comments

Comments
 (0)