import React from 'react'; import ReactDOM from 'react-dom'; import { BrowserRouter as Router, Route, Redirect, Switch } from 'react-router-dom'; import Home from './Pages/Home'; import Login from './Pages/Login'; import Signup from './Pages/Signup'; import Product from "./Pages/Product"; import ProductsList from "./Pages/ProductsList"; import Admin from './Pages/Admin'; import ProductsRegist from './Pages/ProductsRegist'; import ShoppingCart from './Pages/ShoppingCart'; import Payment from './Pages/Payment'; import reportWebVitals from './reportWebVitals'; import 'bootstrap/dist/css/bootstrap.min.css'; import Account from './Pages/Account'; ReactDOM.render( {window.location.href='https://compmath.korea.ac.kr'; return null;}}/> , document.getElementById('root') ); // If you want to start measuring performance in your app, pass a function // to log results (for example: reportWebVitals(console.log)) // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals reportWebVitals();