- run eslint --fix across project

This commit is contained in:
Amruth Pillai
2020-07-09 00:14:13 +05:30
parent a1931f5e36
commit 9045e2983d
72 changed files with 1392 additions and 868 deletions
+7 -7
View File
@@ -1,10 +1,10 @@
import { Redirect, Router } from "@reach/router";
import React from "react";
import PrivateRoute from "../components/router/PrivateRoute";
import Wrapper from "../components/shared/Wrapper";
import NotFound from "./404";
import Builder from "./app/builder";
import Dashboard from "./app/dashboard";
import { Redirect, Router } from '@reach/router';
import React from 'react';
import PrivateRoute from '../components/router/PrivateRoute';
import Wrapper from '../components/shared/Wrapper';
import NotFound from './404';
import Builder from './app/builder';
import Dashboard from './app/dashboard';
const App = () => (
<Wrapper>