import SingIn from "./sign-in.vue";
const styleIcon = {
  width: "400px",
  height: "500px",
  fontSize: "18px",
};
//#end;
() => {
  console.log(SingIn);
};
return {
  slot: {},
  hook: {},
};
