fix import

This commit is contained in:
Ed Chalstrey 2022-08-09 15:06:12 +01:00
parent e573574d5c
commit 03d4dab8fb

View File

@ -8,7 +8,7 @@ import TextboxDataEntry from '../data-components/textbox-data-entry';
import Verification from '../data-components/verification';
import YearDataEntry from '../data-components/year-data-entry';
import withCopyEdit from '../data-container';
import { EditHistoryLatest } from '../edit-history/edit-history';
import { EditHistoryLatest } from '../edit-history/edit-history-latest';
import { CategoryViewProps } from './category-view-props';