mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Базовый лейаут
This commit is contained in:
11
src/pages/index/IndexPage.jsx
Normal file
11
src/pages/index/IndexPage.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
import SignInPage from 'pages/auth/SignInPage';
|
||||
|
||||
export default class IndexPage extends Component {
|
||||
render() {
|
||||
return (
|
||||
<SignInPage />
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user