From 70d76b6671fc57632b3a2f91014313f8b77272f3 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 21 Feb 2024 11:06:12 +0100 Subject: [PATCH] introducing component --- src/components/ui/AppLogo.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/components/ui/AppLogo.jsx diff --git a/src/components/ui/AppLogo.jsx b/src/components/ui/AppLogo.jsx new file mode 100644 index 0000000..a7f1f5a --- /dev/null +++ b/src/components/ui/AppLogo.jsx @@ -0,0 +1,10 @@ +import React from "react"; + +export default function AppLogo() { + return ( +
+

stay safe

+

interactive

+
+ ); +}