From 411fc872e4ba1eb6b7fc5af7280d5d548a181285 Mon Sep 17 00:00:00 2001 From: AJ Caldwell Date: Sun, 10 May 2026 23:20:49 -0700 Subject: [PATCH] Add a log --- app/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index 207b27e..3857767 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,6 +6,8 @@ import { Footer } from "./components/Footer" import { siteConfig } from "./siteConfig" import StyledComponentsRegistry from "./StyledComponentsRegistry" +console.log("well well well...") + // Constants // export const metadata: Metadata = {