We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fd09a commit 1de1365Copy full SHA for 1de1365
src/scripts/components/Step/Step.js
@@ -1,10 +1,6 @@
1
import React, { useContext } from "react";
2
-import { Route, Switch } from "react-router";
3
import { StepContext } from "../../context/StepContext";
4
import steps from "../../data/steps.json";
5
-import ContactDetails from "../ContactDetails/ContactDetails";
6
-import InvestmentPlans from "../InvestmentPlans/InvestmentPlans";
7
-import InvestmentPreferences from "../InvestmentPreferences/InvestmentPreferences";
8
9
export default function Step({children}) {
10
0 commit comments