import SmartForm from "./form.js"; const Login = { components: { SmartForm }, setup() { return; }, template: `
` } export default Login;