Start organizational migration

This commit is contained in:
adilallo
2026-02-05 18:21:56 -07:00
parent 69074b23f3
commit db3c0274f6
161 changed files with 145 additions and 145 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import "./globals.css";
import ConditionalHeader from "./components/ConditionalHeader";
// Code split Footer - below the fold, can be lazy loaded
const Footer = dynamic(() => import("./components/Footer"), {
const Footer = dynamic(() => import("./components/navigation/Footer"), {
loading: () => (
<footer className="bg-[var(--color-surface-default-primary)] w-full min-h-[200px]" />
),