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 { Playground, Props } from 'docz';
|
||||||
import Button from './';
|
import { Button, IconButton, Icon } from '@ohif/ui';
|
||||||
import IconButton from '../IconButton';
|
|
||||||
import Icon from './../Icon';
|
|
||||||
|
|
||||||
# Button
|
# Button
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user