This commit is contained in:
Kenneth Jannette
2024-01-12 17:35:47 -06:00
parent e49f94d7d4
commit f10b02478e
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +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 { ReactComponent as HowToInfoSvg } from "../../Assets/svg/howToInfo.svg";