initial commit

This commit is contained in:
grinikita
2024-11-09 19:15:21 +03:00
commit f7f93144e5
10 changed files with 10248 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import React from 'react';
const App = () => {
return (
<h1>
Hello world для проекта - kfu-24-teacher asd as das das d as{' '}
<div>
{' '}
asda s <span>123</span>
</div>
</h1>
);
};
export default App;