- initial;
This commit is contained in:
12
src/pages/Login/index.js
Normal file
12
src/pages/Login/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import { __ } from '@wordpress/i18n';
|
||||
|
||||
const Login = () => {
|
||||
return(
|
||||
<div>
|
||||
{__('Login page', 'gepafin')}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Login;
|
||||
Reference in New Issue
Block a user