Skip to content

Commit

Permalink
h->H
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshnjena committed Feb 24, 2023
1 parent 8cb6866 commit e589bcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit e589bcb

Please sign in to comment.