Skip to content

Commit

Permalink
Import from source in stories
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Jul 22, 2024
1 parent cb0f1c5 commit 6b1981b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright Gemeente Amsterdam
*/

import { DescriptionList } from '@amsterdam/design-system-react'
import { DescriptionList } from '@amsterdam/design-system-react/src'
import { Meta, StoryObj } from '@storybook/react'
import { inverseColorDecorator } from '../shared/decorators'
import { exampleParagraph } from '../shared/exampleContent'
Expand Down
2 changes: 1 addition & 1 deletion storybook/src/components/Field/Field.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright Gemeente Amsterdam
*/

import { ErrorMessage, Label, TextInput } from '@amsterdam/design-system-react'
import { ErrorMessage, Label, TextInput } from '@amsterdam/design-system-react/src'
import { Field, Paragraph } from '@amsterdam/design-system-react/src'
import { Meta, StoryObj } from '@storybook/react'

Expand Down
2 changes: 1 addition & 1 deletion storybook/src/components/Select/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright Gemeente Amsterdam
*/

import { Select } from '@amsterdam/design-system-react'
import { Select } from '@amsterdam/design-system-react/src'
import { Meta, StoryObj } from '@storybook/react'

const meta = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright Gemeente Amsterdam
*/

import { Paragraph } from '@amsterdam/design-system-react'
import { Paragraph } from '@amsterdam/design-system-react/src'
import { Meta, StoryObj } from '@storybook/react'
import type { HTMLAttributes } from 'react'

Expand Down

0 comments on commit 6b1981b

Please sign in to comment.