From 3d29fc04eec0e32df4d9c66388fb2303d01dac45 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 4 May 2023 19:51:08 -0600 Subject: Arregla modal de inicio de sesiĆ³n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/login_button.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/components/login_button.tsx (limited to 'src/components/login_button.tsx') diff --git a/src/components/login_button.tsx b/src/components/login_button.tsx new file mode 100644 index 0000000..3516088 --- /dev/null +++ b/src/components/login_button.tsx @@ -0,0 +1,11 @@ +import { PersonCircle } from "react-bootstrap-icons"; + +export default function LoginButton() { + return ( + + ); +} \ No newline at end of file -- cgit v1.2.3