We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d704af commit d9f5897Copy full SHA for d9f5897
1 file changed
src/App.js
@@ -1,8 +1,9 @@
1
import React, { Component } from 'react';
2
import axios from 'axios';
3
+import ReactGA from 'react-ga';
4
import { BrowserRouter, Route } from 'react-router-dom';
5
import { BeatLoader } from 'react-spinners';
-import ReactGA from 'react-ga'
6
+
7
import './App.css';
8
9
import Home from './components/Home';
0 commit comments