chore(lp): 📦️ Import existing Landing page
This commit is contained in:
5
apps/landing-page/components/common/Navbar/MotionBox.tsx
Executable file
5
apps/landing-page/components/common/Navbar/MotionBox.tsx
Executable file
@ -0,0 +1,5 @@
|
||||
import { Box, BoxProps } from '@chakra-ui/react'
|
||||
import { HTMLMotionProps, motion } from 'framer-motion'
|
||||
|
||||
export type MotionBoxProps = BoxProps & HTMLMotionProps<'div'>
|
||||
export const MotionBox = motion<BoxProps>(Box)
|
Reference in New Issue
Block a user