Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
347 changes: 0 additions & 347 deletions SignIn.js

This file was deleted.

6 changes: 1 addition & 5 deletions src/pages/app/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useEffect} from 'react';
import React from 'react';
import {BrowserRouter as Router, Route} from 'react-router-dom';
import {Provider} from 'react-redux';
import {store} from '../../stores/store.config';
Expand All @@ -9,10 +9,6 @@ import styles from './App.css';

class App extends React.Component {

constructor(props: any) {
super(props);
}

componentDidMount() {
styles.use();
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/login/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LoginPage extends React.Component {
render() {
return (
<section>
<h1>Sign In</h1>
<h1>Beta Version (UPDATED) Sign In</h1>
<p>Welcome to Micro frontend Example</p>
<LoginContainer/>
</section>
Expand Down