From 607da2a55ecc4cebd33c6b41770be6bd48d74173 Mon Sep 17 00:00:00 2001 From: Hariom Kuamr Date: Wed, 30 Oct 2024 13:21:54 +0530 Subject: [PATCH] all done --- src/pages/home.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/home.jsx b/src/pages/home.jsx index ca5986f..ac887d5 100644 --- a/src/pages/home.jsx +++ b/src/pages/home.jsx @@ -2,7 +2,7 @@ import Image from 'next/future/image' import { useState } from 'react' import Head from 'next/head' import Link from 'next/link' -import clsx from 'clsx' +// import clsx from 'clsx' import { Button } from '@/components/Button' import { Card } from '@/components/Card' import { Container } from '@/components/Container' @@ -181,7 +181,7 @@ function Photos() { } export default function Home({ articles }) { - const [isDarkMode, setIsDarkMode] = useState(false) + const [isDarkMode] = useState(false) return ( <> @@ -369,7 +369,7 @@ export default function Home({ articles }) { and {" "} - AI... + AI...!