more
This commit is contained in:
@@ -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>
|
||||
|
||||
*/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user