Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(alerts): changes path to components in alert story
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Casasola committed Oct 8, 2019
1 parent b9f9487 commit 9a41e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/alerts.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'

import { storiesOf } from '@storybook/react'

import { Alert } from '@hospitalrun/components'
import { Alert } from '../src'

storiesOf('Alert', module)
.addParameters({
Expand Down

0 comments on commit 9a41e56

Please sign in to comment.