import React from "react"; import AppLayout from "../components/AppLayout"; import { Switch } from "antd"; const profile = props => { return (
Profile Page
); }; export default profile;