From d6780f8cdbd99f77495cf0cec512a465ea3d24fc Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 15 Feb 2024 18:49:03 +0100 Subject: [PATCH] testing lottie file --- src/components/animations/test.jsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/components/animations/test.jsx 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

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