Skip to content

Commit d9f5897

Browse files
authored
Update App.js
1 parent 7d704af commit d9f5897

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import React, { Component } from 'react';
22
import axios from 'axios';
3+
import ReactGA from 'react-ga';
34
import { BrowserRouter, Route } from 'react-router-dom';
45
import { BeatLoader } from 'react-spinners';
5-
import ReactGA from 'react-ga'
6+
67
import './App.css';
78

89
import Home from './components/Home';

0 commit comments

Comments
 (0)