import React from "react"; import styles from "./App.module.css"; import { BrowserRouter, Route, Switch } from "react-router-dom"; // import { TypographyProps } from "antd/lib/typography/Typography"; import { HomePage, SignInPage, Register,Deatil,Studys } from "./pages"; function App() { return (

404 NOT FOUND

} />
); } export default App;