Updating Docz imports

This commit is contained in:
Gustavo Lelis 2020-03-30 09:31:46 -03:00 committed by James A. Petts
parent de484275e8
commit 1150e5a1a4
14 changed files with 14 additions and 22 deletions

View File

@ -5,9 +5,7 @@ route: components/button
---
import { Playground, Props } from 'docz';
import Button from './';
import IconButton from '../IconButton';
import Icon from './../Icon';
import { Button, IconButton, Icon } from '@ohif/ui';
# Button

View File

@ -5,10 +5,7 @@ route: components/buttonGroup
---
import { Playground, Props } from 'docz';
import Button from '../Button';
import IconButton from './../IconButton';
import Icon from './../Icon';
import ButtonGroup from './';
import { ButtonGroup, Button, IconButton, Icon } from '@ohif/ui';
# ButtonGroup

View File

@ -6,7 +6,7 @@ route: components/date-range
import { useState } from 'react';
import { Playground, Props } from 'docz';
import DateRange from '../DateRange';
import { DateRange } from '@ohif/ui';
# Date Range

View File

@ -5,7 +5,7 @@ route: components/empty-studies
---
import { Playground, Props } from 'docz';
import EmptyStudies from './';
import { EmptyStudies } from '@ohif/ui';
# Empty Studies

View File

@ -5,7 +5,7 @@ route: components/icon
---
import { Playground, Props } from 'docz';
import Icon from './Icon';
import { Icon } from '@ohif/ui';
import { ICONS } from './getIcon';
# Icon

View File

@ -5,7 +5,7 @@ route: components/input
---
import { Playground, Props } from 'docz';
import Input from './';
import { Input } from '@ohif/ui';
# Input

View File

@ -6,7 +6,7 @@ route: components/InputDateRange
import { useState } from 'react';
import { Playground, Props } from 'docz';
import InputDateRange from './';
import { InputDateRange } from '@ohif/ui';
# Input Date Range

View File

@ -6,7 +6,7 @@ route: components/InputMultiSelect
import { useState } from 'react';
import { Playground, Props } from 'docz';
import InputMultiSelect from './';
import { InputMultiSelect } from '@ohif/ui';
# Input Multi Select

View File

@ -6,7 +6,7 @@ route: components/InputText
import { useState } from 'react';
import { Playground, Props } from 'docz';
import InputText from './';
import { InputText } from '@ohif/ui';
# Input Text

View File

@ -5,7 +5,7 @@ route: components/label
---
import { Playground, Props } from 'docz';
import Label from './';
import { Label } from '@ohif/ui';
# Label

View File

@ -5,9 +5,7 @@ route: components/navBar
---
import { Playground, Props } from 'docz';
import Button from './../Button';
import Typography from './../Typography';
import NavBar from './';
import { NavBar, Typography } from '@ohif/ui';
# NavBar

View File

@ -5,7 +5,7 @@ route: components/select
---
import { Playground, Props } from 'docz';
import Select from './';
import { Select } from '@ohif/ui';
# Select

View File

@ -5,7 +5,7 @@ route: components/typography
---
import { Playground, Props } from 'docz';
import Typography from './';
import { Typography } from '@ohif/ui';
# Typography

View File

@ -6,8 +6,7 @@ route: views/studyList
import { useState } from 'react'
import { Playground, Props } from 'docz';
import StudyList from './';
import Button from '../../components/Button';
import { StudyList, Button } from '@ohif/ui';
import { getMockedStudies } from '../../utils/'
# StudyList