forked from github/plane
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
import React from "react";
|
|
|
|
// components
|
|
import { LoginView } from "components/views";
|
|
|
|
const LoginPage = () => <LoginView />;
|
|
|
|
export default LoginPage; |