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 { Playground, Props } from 'docz';
import Button from './'; import { Button, IconButton, Icon } from '@ohif/ui';
import IconButton from '../IconButton';
import Icon from './../Icon';
# Button # Button

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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