import { h } from 'preact' import LoginForm from './login_form.tsx' const LoginPage = () => (
) export default LoginPage