Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
kikuKeii committed Sep 30, 2023
1 parent 08ea8be commit bc347a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import NavButton from "@/component/navButton";
import FooterDesktop from "@/component/footerDesktop";
const Home = () => {
useEffect(() => {
import("bootstrap/dist/js/bootstrap");
//d
}, []);
const [email, setEmail] = useState("");
const [validEmail, setValidEmail] = useState("");
Expand Down

0 comments on commit bc347a8

Please sign in to comment.