Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 committed Oct 1, 2024
1 parent 89a7fdf commit 93f9e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/projects/oas-benefits-estimator/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { getAllUpdateIds } from "../../../lib/utils/getAllUpdateIds";
import { createBreadcrumbs } from "../../../lib/utils/createBreadcrumbs";
import FragmentRender from "../../../components/fragment_renderer/FragmentRender";
import { Heading } from "../../../components/molecules/Heading";
import { getDictionaryTerm } from "../../../lib/utils/getDictionaryTerm";

export default function OASBenefitsEstimatorArticles(props) {
const { t } = useTranslation("common");
Expand Down

0 comments on commit 93f9e59

Please sign in to comment.