diff --git a/frontend/src/app/layouts/AppShellFooter.tsx b/frontend/src/app/layouts/AppShellFooter.tsx index 7b77faa..1966638 100644 --- a/frontend/src/app/layouts/AppShellFooter.tsx +++ b/frontend/src/app/layouts/AppShellFooter.tsx @@ -1,5 +1,6 @@ import { useEffect, useState } from "react"; import { getHealth } from "../../api"; +import { FRONTEND_VERSION } from "../../frontendVersion"; export function AppShellFooter(): JSX.Element { const [backendVersion, setBackendVersion] = useState(null); @@ -27,7 +28,7 @@ export function AppShellFooter(): JSX.Element { return (