diff --git a/src/components/LandingPage/LandingPage.js b/src/components/LandingPage/LandingPage.js index cd61471..ad1fcb7 100644 --- a/src/components/LandingPage/LandingPage.js +++ b/src/components/LandingPage/LandingPage.js @@ -1,4 +1,3 @@ -import { useState } from "react"; import './LandingPage.css' import { Link } from "react-router-dom"; @@ -13,4 +12,4 @@ return ( ) -} \ No newline at end of file +}