front/src/app.tsx
Nikolai Petukhov a482be764b ijl to brojs
2024-09-20 15:05:14 +03:00

9 lines
147 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import React from 'react';
const App = () => {
return (
<h1>Hello world для проекта - enterfront</h1>
);
};
export default App;