-
Notifications
You must be signed in to change notification settings - Fork 0
Added Login Page #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: nr_ru_o
Are you sure you want to change the base?
Conversation
| @@ -1,20 +1,32 @@ | |||
| { | |||
| "name": "my-app", | |||
| "version": "0.1.0", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See if the folder structure is same as mentioned in the comment - #2 (comment)
| "bootstrap": "^5.2.0", | ||
| "font-awesome": "^4.7.0", | ||
| "node-sass": "^7.0.1", | ||
| "octokit": "^2.0.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the use of this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
src/containers/login/index.tsx
Outdated
|
|
||
| import React, { useEffect, useState } from 'react'; | ||
| import { Spinner } from "react-bootstrap"; | ||
| import { useSelector, useDispatch } from '../../store/index'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should've aliasing for these. However, we can discuss with Abhishek/Manoj, if we should add it now or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okk
| "target": "es6", | ||
| "lib": [ | ||
| "dom", | ||
| "dom.iterable", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correctly name the images files used and see the folder structure for them.
No description provided.