mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-09-20 10:10:14 +00:00
fix: prettier config
This commit is contained in:
@@ -1 +1 @@
|
||||
export { domMax as default } from "framer-motion";
|
||||
export { domMax as default } from "framer-motion"
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
import { LazyMotion } from "framer-motion";
|
||||
import { LazyMotion } from "framer-motion"
|
||||
|
||||
const loadFeatures = () =>
|
||||
import("./framer-lazy-feature").then((res) => res.default);
|
||||
const loadFeatures = () => import("./framer-lazy-feature").then((res) => res.default)
|
||||
|
||||
export const MotionProvider = ({ children }: { children: React.ReactNode }) => {
|
||||
return (
|
||||
<LazyMotion features={loadFeatures} strict key="framer">
|
||||
{children}
|
||||
</LazyMotion>
|
||||
);
|
||||
};
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user