mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
disable single attribute per line
This commit is contained in:
@@ -14,11 +14,7 @@ interface AnimatedPageProps {
|
||||
export const AnimatedPage = forwardRef(
|
||||
({ children }: AnimatedPageProps, ref: Ref<HTMLDivElement>) => {
|
||||
return (
|
||||
<motion.main
|
||||
className={styles.animatedPage}
|
||||
ref={ref}
|
||||
{...animationProps.fadeIn}
|
||||
>
|
||||
<motion.main className={styles.animatedPage} ref={ref} {...animationProps.fadeIn}>
|
||||
{children}
|
||||
</motion.main>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user