import PageContent from "~/components/PageContent"; import "./App.css"; function App() { return (
Popup
); } export default App;