We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf957e commit 00572e5Copy full SHA for 00572e5
src/compounds/ItemPage/ItemPage.jsx
@@ -2,8 +2,8 @@ import React from 'react'
2
import PropTypes from 'prop-types'
3
import { Button, Row, Col } from 'react-bootstrap'
4
import Image from '../../components/Image/Image'
5
-import Title from '../../components/Title/Title'
6
import TextBox from '../../components/TextBox/TextBox'
+import Title from '../../components/Title/Title'
7
8
const ItemPage = ({ title, titleStyle, description, descriptionStyle, img }) => {
9
// sets a default width while still allowing width to be overridden
0 commit comments