This commit is contained in:
Kenneth Jannette
2024-03-06 21:51:45 -06:00
parent 2e36b407d5
commit 8868c249a8
2 changed files with 2 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
import { useContext } from "react";
import { AppContext } from "../../Hooks/useContext/appContext";
import { Steps } from "../../Constants/Copy/howToSteps.js";
import { Steps, OutgoingSteps } from "../../Constants/Copy/howToSteps.js";
import "../../styles/howTo-page.scss";
const HowToPage = () => {
@@ -13,6 +13,7 @@ const HowToPage = () => {
<>
<div>
<Steps />
<OutgoingSteps />
</div>
</>
);