ShiftSync/web/src/App.jsx

10 lines
135 B
React
Raw Normal View History

2025-05-20 16:28:48 +00:00
function App() {
return (
<>
<p>You are not supposed to be here. Reload the page.</p>
</>
);
};
export default App;