mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix linting issues
This commit is contained in:
@@ -344,18 +344,18 @@ MobilePlayerContainer.displayName = 'MobilePlayerContainer';
|
||||
|
||||
const mobileContainerVariants: Variants = {
|
||||
closed: {
|
||||
y: '100%',
|
||||
transition: {
|
||||
duration: 0.5,
|
||||
ease: 'easeInOut',
|
||||
},
|
||||
y: '100%',
|
||||
},
|
||||
open: {
|
||||
y: 0,
|
||||
transition: {
|
||||
duration: 0.5,
|
||||
ease: 'easeInOut',
|
||||
},
|
||||
y: 0,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { AnimatePresence } from 'motion/react';
|
||||
import clsx from 'clsx';
|
||||
import { AnimatePresence } from 'motion/react';
|
||||
import { lazy } from 'react';
|
||||
import { Outlet } from 'react-router';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user