From 7155f55d73d2bbbf8d601839c703674aa7b3a280 Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Tue, 17 Mar 2026 16:56:30 -0600 Subject: [PATCH] fix: add Footer import to FullWidth component --- src/components/layout/FullWidth.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/layout/FullWidth.tsx b/src/components/layout/FullWidth.tsx index f7ebe41..6067f1a 100644 --- a/src/components/layout/FullWidth.tsx +++ b/src/components/layout/FullWidth.tsx @@ -1,5 +1,6 @@ import { css, cx } from '@styled-system/css' import type { FC, ReactNode } from 'react' +import Footer from '@/components/layout/fragments/Footer' export interface FullWidthProps { className?: string