mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-19 16:41:56 +02:00
7 lines
141 B
JavaScript
7 lines
141 B
JavaScript
|
import '../../scss/Account/main.scss';
|
||
|
|
||
|
import { renderLoginForm } from "./render";
|
||
|
|
||
|
export function showLoginForm() {
|
||
|
renderLoginForm();
|
||
|
}
|