diff --git a/src/components/animations/test.jsx b/src/components/animations/test.jsx new file mode 100644 index 0000000..f59c361 --- /dev/null +++ b/src/components/animations/test.jsx @@ -0,0 +1,13 @@ +import React from "react"; +import Lottie from "lottie-react"; + +import animationData from "../../assets/animations/test.json"; + +export default function TestAnimation() { + return ( +
+

salut

+ {/* */} +
+ ); +}