import "./App.scss"; import Screening from "./pages/Screening"; function App() { return (
); } export default App;