This commit is contained in:
Kenneth Jannette
2024-02-02 18:56:46 -06:00
parent 605796df99
commit 938e457970
3 changed files with 2 additions and 11 deletions

View File

@@ -1,9 +1,7 @@
import { useContext } from "react";
import { AppContext } from "../../Hooks/useContext/appContext";
import { Steps } from "../../Constants/Copy/howToSteps.js";
import "../../styles/howTo-page.scss";
import howto from "../../Assets/Images/howto.png";
const HowToPage = () => {
const { appState } = useContext(AppContext);
@@ -30,4 +28,4 @@ export default HowToPage;
<img className="footer-logo" src={logoWhite}></img>
</div>
*/
*/