File tree 2 files changed +2
-2
lines changed
Components/ComponentDoc/ComponentProps
Examples/elements/Step/Content
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import PropTypes from 'prop-types'
3
3
import React , { Component } from 'react'
4
4
import { Checkbox } from 'semantic-ui-react'
5
5
6
+ import { getComponentGroup } from 'docs/app/utils'
6
7
import ComponentTable from '../ComponentTable'
7
8
import ComponentPropsComponents from './ComponentPropsComponents'
8
9
import ComponentPropsDescription from './ComponentPropsDescription'
9
- import getComponentGroup from '../../../utils/getComponentGroup'
10
10
11
11
const propsContainerStyle = { overflowX : 'auto' }
12
12
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample'
3
3
import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection'
4
- import ShorthandExample from '../../../.. /Components/ComponentDoc/ShorthandExample'
4
+ import ShorthandExample from 'docs/app /Components/ComponentDoc/ShorthandExample'
5
5
6
6
const StepContentExamples = ( ) => (
7
7
< ExampleSection title = 'Content' >
You can’t perform that action at this time.
0 commit comments