fix: add Footer import to FullWidth component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user