App.js 142 Bytes
Newer Older
1
import { BrowserRouter as Router, Route, Switch } from "react-router-dom";
Kim, Subin's avatar
Kim, Subin committed
2
3
4

function App() {
  return (
5
    <></>
Kim, Subin's avatar
Kim, Subin committed
6
7
8
9
  );
}

export default App;