-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Code refactoring (WIP) 🚀🔨 #613
Conversation
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.
LGTM 👍
@@ -33,7 +33,7 @@ const Loading = () => ( | |||
); | |||
|
|||
const AboutUs = Loadable({ | |||
loader: () => import("../ignitus-About/Components/About"), | |||
loader: () => import("../ignitus-AboutPage/ignitus-About/Components/About"), |
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.
Parsing error: Unexpected token import
@@ -1,6 +1,6 @@ | |||
import { effects } from 'redux-saga'; | |||
import * as t from './actionTypes'; | |||
import * as api from '../ignitus-Api';; | |||
import * as api from '../../ignitus-Api';; |
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.
Expected 1 empty line after import statement not followed by another import import/newline-after-import
Missing whitespace after semicolon semi-spacing
Unnecessary semicolon no-extra-semi
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.
Merging 👍
Code refactoring 🚀🔨