diff --git a/app/src/frontend/building/data-containers/size.tsx b/app/src/frontend/building/data-containers/size.tsx index c1688862..57262e1a 100644 --- a/app/src/frontend/building/data-containers/size.tsx +++ b/app/src/frontend/building/data-containers/size.tsx @@ -3,79 +3,87 @@ import React, { Fragment } from 'react'; import withCopyEdit from '../data-container'; import NumericDataEntry from '../data-components/numeric-data-entry'; import SelectDataEntry from '../data-components/select-data-entry'; +import { DataEntryGroup } from '../data-components/data-entry-group'; /** * Size view/edit section */ const SizeView = (props) => ( - - - - - - - + + + + + + + + + + + + + +