Skip to content

Commit

Permalink
[#165441605] order of import in app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
abayo-luc committed Apr 18, 2019
1 parent a262ed6 commit 846c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "./styles/main.scss";
import React from "react";
import { Provider } from "react-redux";
import "./styles/main.scss";
import jwt from "jsonwebtoken";
import store from "./redux/store";
import Routers from "./views";
Expand Down

0 comments on commit 846c2ae

Please sign in to comment.