From 6f198178acbb45e02e86369bd803aa7958c389f2 Mon Sep 17 00:00:00 2001 From: Gustavo Lelis Date: Mon, 23 Mar 2020 17:50:58 -0300 Subject: [PATCH] Fix docz import typo --- platform/ui/src/components/Button/Button.mdx | 4 ++-- platform/ui/src/components/ButtonGroup/ButtonGroup.mdx | 2 +- platform/ui/src/components/DateRange/DateRange.mdx | 2 +- platform/ui/src/components/Icon/icon.mdx | 2 +- platform/ui/src/components/Input/Input.mdx | 2 +- platform/ui/src/components/Label/Label.mdx | 2 +- platform/ui/src/components/Select/Select.mdx | 2 +- platform/ui/src/components/Typography/Typography.mdx | 2 +- platform/ui/src/views/StudyList/StudyList.mdx | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/platform/ui/src/components/Button/Button.mdx b/platform/ui/src/components/Button/Button.mdx index a9fa90bcd..9d8329a79 100644 --- a/platform/ui/src/components/Button/Button.mdx +++ b/platform/ui/src/components/Button/Button.mdx @@ -16,7 +16,7 @@ Buttons are used to execute actions when users interacts with them. ## Import ```javascript -import { Button } from '@ohfi/ui'; +import { Button } from '@ohif/ui'; ``` ## Outlined Buttons @@ -334,7 +334,7 @@ import { Button } from '@ohfi/ui'; Icon buttons are generally used in toolbars. ```javascript -import { IconButton } from '@ohfi/ui'; +import { IconButton } from '@ohif/ui'; ``` diff --git a/platform/ui/src/components/ButtonGroup/ButtonGroup.mdx b/platform/ui/src/components/ButtonGroup/ButtonGroup.mdx index c54968ef3..0b54297c3 100644 --- a/platform/ui/src/components/ButtonGroup/ButtonGroup.mdx +++ b/platform/ui/src/components/ButtonGroup/ButtonGroup.mdx @@ -17,7 +17,7 @@ Group Button display buttons together sharing its configurations ## Import ```javascript -import { ButtonGroup } from '@ohfi/ui'; +import { ButtonGroup } from '@ohif/ui'; ``` ## Basic button group diff --git a/platform/ui/src/components/DateRange/DateRange.mdx b/platform/ui/src/components/DateRange/DateRange.mdx index 6b4782073..4c4d6663a 100644 --- a/platform/ui/src/components/DateRange/DateRange.mdx +++ b/platform/ui/src/components/DateRange/DateRange.mdx @@ -15,7 +15,7 @@ Date Range is used to select a range of dates. ## Import ```javascript -import { DateRange } from '@ohfi/ui'; +import { DateRange } from '@ohif/ui'; ``` ## Date Range diff --git a/platform/ui/src/components/Icon/icon.mdx b/platform/ui/src/components/Icon/icon.mdx index 2f9c47544..3c47aeae6 100644 --- a/platform/ui/src/components/Icon/icon.mdx +++ b/platform/ui/src/components/Icon/icon.mdx @@ -13,7 +13,7 @@ import { ICONS } from './getIcon'; ## Import ```javascript -import { Icon } from '@ohfi/ui'; +import { Icon } from '@ohif/ui'; ``` ## Basic usage diff --git a/platform/ui/src/components/Input/Input.mdx b/platform/ui/src/components/Input/Input.mdx index 88df723e9..c0dad8c49 100644 --- a/platform/ui/src/components/Input/Input.mdx +++ b/platform/ui/src/components/Input/Input.mdx @@ -12,7 +12,7 @@ import Input from './'; ## Import ```javascript -import { Input } from '@ohfi/ui'; +import { Input } from '@ohif/ui'; ``` ## Basic usage diff --git a/platform/ui/src/components/Label/Label.mdx b/platform/ui/src/components/Label/Label.mdx index e2e0c9932..b8fae3787 100644 --- a/platform/ui/src/components/Label/Label.mdx +++ b/platform/ui/src/components/Label/Label.mdx @@ -12,7 +12,7 @@ import Label from './'; ## Import ```javascript -import { Label } from '@ohfi/ui'; +import { Label } from '@ohif/ui'; ``` ## Basic usage diff --git a/platform/ui/src/components/Select/Select.mdx b/platform/ui/src/components/Select/Select.mdx index 84a295c4a..29ab9701c 100644 --- a/platform/ui/src/components/Select/Select.mdx +++ b/platform/ui/src/components/Select/Select.mdx @@ -12,7 +12,7 @@ import Select from './'; ## Import ```javascript -import { Select } from '@ohfi/ui'; +import { Select } from '@ohif/ui'; ``` ## Basic usage diff --git a/platform/ui/src/components/Typography/Typography.mdx b/platform/ui/src/components/Typography/Typography.mdx index a45ddbf33..2ca563400 100644 --- a/platform/ui/src/components/Typography/Typography.mdx +++ b/platform/ui/src/components/Typography/Typography.mdx @@ -15,7 +15,7 @@ content. ## Import ```javascript -import { Typography } from '@ohfi/ui'; +import { Typography } from '@ohif/ui'; ``` ## Basic usage diff --git a/platform/ui/src/views/StudyList/StudyList.mdx b/platform/ui/src/views/StudyList/StudyList.mdx index 284020c26..389fb20db 100644 --- a/platform/ui/src/views/StudyList/StudyList.mdx +++ b/platform/ui/src/views/StudyList/StudyList.mdx @@ -17,7 +17,7 @@ Description... ## Import ```javascript -import { StudyList } from '@ohfi/ui'; +import { StudyList } from '@ohif/ui'; ``` ## StudyList