Skip to content

Commit

Permalink
rm: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSingh-02 committed Oct 11, 2023
1 parent f386a00 commit 6d936cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Fourth/fourth.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use client";
import React, { use, useEffect, useState } from "react";
import React, { useEffect, useState } from "react";
import style from "./fourth.module.css";
import Image from "next/image";
import { slide as Slide, Props as IRevs } from "../Slides/slide";
Expand Down

0 comments on commit 6d936cc

Please sign in to comment.