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 { Meteor } from 'meteor/meteor'; | |
import React from 'react'; | |
import { withTracker } from 'meteor/react-meteor-data'; | |
import { BrowserRouter, Route, Link, Redirect, withRouter, Switch} from "react-router-dom"; | |
// pages accessible to all users | |
import Home from './Home'; | |
import Login from './Login'; |