fix: add Footer import to FullWidth component
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import { css, cx } from '@styled-system/css'
|
import { css, cx } from '@styled-system/css'
|
||||||
import type { FC, ReactNode } from 'react'
|
import type { FC, ReactNode } from 'react'
|
||||||
|
import Footer from '@/components/layout/fragments/Footer'
|
||||||
|
|
||||||
export interface FullWidthProps {
|
export interface FullWidthProps {
|
||||||
className?: string
|
className?: string
|
||||||
|
|||||||
Reference in New Issue
Block a user