Skip to content

Commit 00572e5

Browse files
committed
make components alphabetical
1 parent 2cf957e commit 00572e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/ItemPage/ItemPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react'
22
import PropTypes from 'prop-types'
33
import { Button, Row, Col } from 'react-bootstrap'
44
import Image from '../../components/Image/Image'
5-
import Title from '../../components/Title/Title'
65
import TextBox from '../../components/TextBox/TextBox'
6+
import Title from '../../components/Title/Title'
77

88
const ItemPage = ({ title, titleStyle, description, descriptionStyle, img }) => {
99
// sets a default width while still allowing width to be overridden

0 commit comments

Comments
 (0)