Updating Docz imports
This commit is contained in:
parent
de484275e8
commit
1150e5a1a4
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ route: components/empty-studies
|
||||
---
|
||||
|
||||
import { Playground, Props } from 'docz';
|
||||
import EmptyStudies from './';
|
||||
import { EmptyStudies } from '@ohif/ui';
|
||||
|
||||
# Empty Studies
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -5,7 +5,7 @@ route: components/input
|
||||
---
|
||||
|
||||
import { Playground, Props } from 'docz';
|
||||
import Input from './';
|
||||
import { Input } from '@ohif/ui';
|
||||
|
||||
# Input
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ route: components/label
|
||||
---
|
||||
|
||||
import { Playground, Props } from 'docz';
|
||||
import Label from './';
|
||||
import { Label } from '@ohif/ui';
|
||||
|
||||
# Label
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ route: components/select
|
||||
---
|
||||
|
||||
import { Playground, Props } from 'docz';
|
||||
import Select from './';
|
||||
import { Select } from '@ohif/ui';
|
||||
|
||||
# Select
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ route: components/typography
|
||||
---
|
||||
|
||||
import { Playground, Props } from 'docz';
|
||||
import Typography from './';
|
||||
import { Typography } from '@ohif/ui';
|
||||
|
||||
# Typography
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user