import '../../scss/Account/main.scss'; import { renderLoginForm } from "./render"; export function showLoginForm() { renderLoginForm(); }