feat: project init (#2)

This commit is contained in:
2024-10-19 12:07:17 +03:00
parent d2c63be5c7
commit 855887079b
9 changed files with 6928 additions and 0 deletions

9
src/app.tsx Normal file
View File

@@ -0,0 +1,9 @@
import React from 'react';
const App = () => {
return (
<h1>Сухой мастер </h1>
);
};
export default App;