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