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

Commit

Permalink
fix(toolchain): reverts mapped path due to netlify crash
Browse files Browse the repository at this point in the history
closes #55
  • Loading branch information
Stefano Casasola committed Oct 4, 2019
1 parent 08d5a66 commit 4f2d1fc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion stories/badges.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 { Badge } from '@hospitalrun/components'
import { Badge } from '../src'

storiesOf('Badge', module)
.addParameters({
Expand Down
2 changes: 1 addition & 1 deletion stories/buttons.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import { storiesOf } from '@storybook/react'
import { Button } from '@hospitalrun/components'
import { Button } from '../src'

storiesOf('Buttons', module)
.addParameters({
Expand Down
2 changes: 1 addition & 1 deletion stories/confirm.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 { Confirm } from '@hospitalrun/components'
import { Confirm } from '../src'
import Button from 'react-bootstrap/Button'
import 'bootstrap/dist/css/bootstrap.min.css'
import 'react-confirm-alert/src/react-confirm-alert.css'
Expand Down
2 changes: 1 addition & 1 deletion stories/graphs.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { storiesOf } from '@storybook/react'

import { LineGraph, PieGraph, BarGraph } from '@hospitalrun/components'
import { LineGraph, PieGraph, BarGraph } from '../src'

storiesOf('Graphs', module)
.addParameters({
Expand Down
2 changes: 1 addition & 1 deletion stories/icons.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { storiesOf } from '@storybook/react'

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

storiesOf('Icons', module)
.addParameters({
Expand Down
2 changes: 1 addition & 1 deletion stories/pills.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 { Pill } from '@hospitalrun/components'
import { Pill } from '../src'

storiesOf('Pill', module)
.addParameters({
Expand Down
2 changes: 1 addition & 1 deletion stories/spinner.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 { Spinner } from '@hospitalrun/components'
import { Spinner } from '../src'

storiesOf('Spinner', module)
.addParameters({
Expand Down
2 changes: 1 addition & 1 deletion stories/toaster.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 { Toast, Toaster } from '@hospitalrun/components'
import { Toast, Toaster } from '../src'
import Button from 'react-bootstrap/Button'
import 'bootstrap/dist/css/bootstrap.min.css'
import 'react-toastify/dist/ReactToastify.min.css'
Expand Down

0 comments on commit 4f2d1fc

Please sign in to comment.