We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8b70f commit 81e38bbCopy full SHA for 81e38bb
src/pages/landingPage/sections/CTASection.jsx
@@ -1,7 +1,7 @@
1
import React, { useState } from "react";
2
-import { useState } from "react";
3
import { bannerImg } from "../../../assets/images/hero-section";
4
import JoinSYTModal from "../../community/sections/JoinSYTModal";
+// import { bannerImg } from "../assets/images/hero-section";
5
6
function CTASection() {
7
const [isOpen, setIsOpen] = useState(false);
0 commit comments