From 16198f00c205f603e601ff3e90d3ee42b669bdad Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 7 Jun 2024 20:26:26 +0200 Subject: Misc: Install tailwind css --- src/pages/Home.tsx | 2 +- src/pages/Login.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 1a5853b..521080f 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -41,7 +41,7 @@ export default function Home(props: any) { return ( <>
-

Home

+

Home

Logged in!

{files.map((file: any) => (
diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 72dab4c..a00e4b1 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -1,5 +1,4 @@ import { useEffect } from 'react' - import { useNavigate } from "react-router-dom"; import { GoogleLogin, GoogleOAuthProvider } from '@react-oauth/google'; -- cgit 1.4.1