Fix docz import typo

This commit is contained in:
Gustavo Lelis 2020-03-23 17:50:58 -03:00 committed by James A. Petts
parent e54ccd1373
commit 6f198178ac
9 changed files with 10 additions and 10 deletions

View File

@ -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';
```
<Playground>

View File

@ -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

View File

@ -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

View File

@ -13,7 +13,7 @@ import { ICONS } from './getIcon';
## Import
```javascript
import { Icon } from '@ohfi/ui';
import { Icon } from '@ohif/ui';
```
## Basic usage

View File

@ -12,7 +12,7 @@ import Input from './';
## Import
```javascript
import { Input } from '@ohfi/ui';
import { Input } from '@ohif/ui';
```
## Basic usage

View File

@ -12,7 +12,7 @@ import Label from './';
## Import
```javascript
import { Label } from '@ohfi/ui';
import { Label } from '@ohif/ui';
```
## Basic usage

View File

@ -12,7 +12,7 @@ import Select from './';
## Import
```javascript
import { Select } from '@ohfi/ui';
import { Select } from '@ohif/ui';
```
## Basic usage

View File

@ -15,7 +15,7 @@ content.
## Import
```javascript
import { Typography } from '@ohfi/ui';
import { Typography } from '@ohif/ui';
```
## Basic usage

View File

@ -17,7 +17,7 @@ Description...
## Import
```javascript
import { StudyList } from '@ohfi/ui';
import { StudyList } from '@ohif/ui';
```
## StudyList