fix: add Footer import to FullWidth component

This commit is contained in:
2026-03-17 16:56:30 -06:00
parent 5ffb305bb0
commit 7155f55d73

View File

@@ -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