Skip to content

Commit

Permalink
Some
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseem raja Shaik authored and Waseem raja Shaik committed Feb 6, 2024
1 parent 10e615c commit 4f6655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const images = [
];

const Home = () => {
const gallery = useRef(null);
const gallery = useRef<HTMLDivElement>(null);
const [titlePop, setTitlePop] = useState(false);
const [dimension, setDimension] = useState({ width: 0, height: 0 });

Expand Down

0 comments on commit 4f6655c

Please sign in to comment.