ShiftSync/web/src/App.jsx
2025-06-05 00:02:22 -04:00

9 lines
135 B
JavaScript

function App() {
return (
<>
<p>You are not supposed to be here. Reload the page.</p>
</>
);
};
export default App;