Skip to content

Commit feb7847

Browse files
committed
normalize imports
1 parent 67b610a commit feb7847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/app/Components/ComponentDoc/ComponentProps/ComponentProps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import PropTypes from 'prop-types'
33
import React, { Component } from 'react'
44
import { Checkbox } from 'semantic-ui-react'
55

6+
import { getComponentGroup } from 'docs/app/utils'
67
import ComponentTable from '../ComponentTable'
78
import ComponentPropsComponents from './ComponentPropsComponents'
89
import ComponentPropsDescription from './ComponentPropsDescription'
9-
import getComponentGroup from '../../../utils/getComponentGroup'
1010

1111
const propsContainerStyle = { overflowX: 'auto' }
1212

docs/app/Examples/elements/Step/Content/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample'
33
import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection'
4-
import ShorthandExample from '../../../../Components/ComponentDoc/ShorthandExample'
4+
import ShorthandExample from 'docs/app/Components/ComponentDoc/ShorthandExample'
55

66
const StepContentExamples = () => (
77
<ExampleSection title='Content'>

0 commit comments

Comments
 (0)