This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xF610761b1209F7A92225C593F2b82f040006727B |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Copyright (C) 2011-2019 Hoefler & Co. | |
This software is the property of Hoefler & Co. (H&Co). | |
Your right to access and use this software is subject to the | |
applicable License Agreement, or Terms of Service, that exists | |
between you and H&Co. If no such agreement exists, you may not | |
access or use this software for any purpose. | |
This software may only be hosted at the locations specified in | |
the applicable License Agreement or Terms of Service, and only | |
for the purposes expressly set forth therein. You may not copy, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from "react"; | |
import ReactDOM from "react-dom"; | |
import ReactLoading from 'react-loading'; | |
import Favicon from 'react-favicon'; | |
import Sound from 'react-sound'; | |
//Importing Routes | |
import {BrowserRouter as Router, Link, Route, Switch} from 'react-router-dom'; | |
//Functions from function.js file |