feat: add admin and dashboard layouts with context for improved structure and functionality
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { JSX } from 'react'
|
||||
import type { JSX, SVGProps } from 'react'
|
||||
|
||||
import { FacebookIcon } from '~/components/icons/facebook'
|
||||
import { InstagramIcon } from '~/components/icons/instagram'
|
||||
@@ -42,7 +42,7 @@ type FooterMenu = {
|
||||
title: string
|
||||
url: string
|
||||
icon?: (
|
||||
properties: JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>,
|
||||
properties: JSX.IntrinsicAttributes & SVGProps<SVGSVGElement>,
|
||||
) => JSX.Element
|
||||
}>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user