Skip to content

Commit 81e38bb

Browse files
authored
fix:duplication errors
1 parent 0c8b70f commit 81e38bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/landingPage/sections/CTASection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from "react";
2-
import { useState } from "react";
32
import { bannerImg } from "../../../assets/images/hero-section";
43
import JoinSYTModal from "../../community/sections/JoinSYTModal";
4+
// import { bannerImg } from "../assets/images/hero-section";
55

66
function CTASection() {
77
const [isOpen, setIsOpen] = useState(false);

0 commit comments

Comments
 (0)