import React from 'react' import Order from './order' import Login from './login' export const Wiaas = (props) => { return (
) } export default Wiaas