diff --git a/ecosystem-explorer/src/v1/V1App.tsx b/ecosystem-explorer/src/v1/V1App.tsx index 83fe62bf..a9d7313f 100644 --- a/ecosystem-explorer/src/v1/V1App.tsx +++ b/ecosystem-explorer/src/v1/V1App.tsx @@ -15,16 +15,16 @@ */ import { lazy, Suspense } from "react"; import { Routes, Route } from "react-router-dom"; -import { Footer } from "@/components/layout/footer"; import { ErrorBoundary } from "@/components/ui/error-boundary"; import { isEnabled } from "@/lib/feature-flags"; +import { CncfCallout } from "@/v1/components/layout/cncf-callout"; +import { FooterV1 } from "@/v1/components/layout/footer"; import { NavBar } from "@/v1/components/layout/nav-bar"; import "@/v1/styles/index.css"; /* * V1 sub-app entry. Reached via the V1_REDESIGN boundary read in `src/App.tsx`. - * Owns its own `` and v1 chrome. The legacy `