schedule/src/App.jsx

12 lines
93 B
React
Raw Normal View History

2024-09-18 19:56:00 +03:00
import './App.css';
2024-09-18 19:41:41 +03:00
function App() {
return (
<>
</>
2024-09-18 19:56:00 +03:00
);
2024-09-18 19:41:41 +03:00
}
2024-09-18 19:56:00 +03:00
export default App;