From e589bcba92ded1e9523b959cf7d94e781e66a2b9 Mon Sep 17 00:00:00 2001 From: Adarsh Jena <76236137+adarshnjena@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:24:01 +0530 Subject: [PATCH] h->H --- pages/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/index.js b/pages/index.js index 38540e0..21b1322 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,9 +1,8 @@ "use client"; // this is a client component 👈🏽 -import styles from "../styles/home.module.css"; +import styles from "../styles/Home.module.css"; import Auth from "../components/auth"; import { useRef } from "react"; - export default function Home() { const pointerRef = useRef(); return (