Skip to content

Commit

Permalink
footer rename and relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-belcher committed Nov 28, 2023
1 parent b3400a4 commit e750abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions src/services/ui/src/components/Webform/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { SubNavHeader } from "@/components";
import { documentInitializer } from "@/components/RHF/utils";
import { useGetForm } from "@/api";
import { LoadingSpinner } from "@/components";
import { Footer } from "./footer";
export const Webforms = () => {
return (
<>
Expand Down Expand Up @@ -74,6 +75,7 @@ export function Webform() {
</div>
</form>
</Form>
<Footer />
</div>
);
}

0 comments on commit e750abf

Please sign in to comment.