ocr / src /pages /LoginPage.jsx
ariansyahdedy's picture
Initial commit with clean Git repository
4fb0c68
raw
history blame contribute delete
114 Bytes
import Login from '../components/Login';
function LoginPage() {
return <Login />;
}
export default LoginPage;