Merge version_1 into main #1

Open
development wants to merge 10 commits from version_1 into main
Showing only changes of commit 7b34453687 - Show all commits

13
src/App.tsx Normal file
View File

@@ -0,0 +1,13 @@
import React from 'react';
import HomePage from './components/HomePage';
import './App.css';
function App() {
return (
<div className="App">
<HomePage />
</div>
);
}
export default App;