mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 17:34:52 +10:00
- run eslint --fix across project
This commit is contained in:
+7
-7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user