Skip to content

Commit

Permalink
feat(refactor): App Navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
pkim-gswell committed Dec 27, 2023
1 parent 2b71654 commit 1a7e5ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/ui/src/pages/form/content.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Link } from "react-router-dom";
import { FAQ_TARGET } from "@/routes";
import { RequiredIndicator } from "@/components/Inputs";
import { Route } from "@/components/Routing/types";

export const FormIntroText = () => (
<div>
Expand Down Expand Up @@ -35,7 +34,7 @@ export const AttachmentsSizeTypesDesc = ({
faqLink,
includeCMS179 = false,
}: {
faqLink: Route;
faqLink: string;
includeCMS179?: boolean;
}) => (
<>
Expand Down

0 comments on commit 1a7e5ed

Please sign in to comment.