import { Router, VpnKey, Settings } from "@material-ui/icons";
const steps = [
{
id: 0,
title: "Steps.Login",
route: "/",
disabled: false,
icon:
},
{
id: 1,
title: "Steps.Network",
route: "/network",
disabled: false,
icon:
},
{
id: 2,
title: "Steps.Settings",
route: "/settings",
disabled: false,
icon:
}
];
export default steps;