feat: Добавлен слой app с базовыми файлами стилей

This commit is contained in:
Ilia Mashkov
2025-11-19 20:21:46 +03:00
parent 9ce1e4b133
commit 7f507513e9
6 changed files with 74 additions and 0 deletions

7
src/app/App.tsx Normal file
View File

@@ -0,0 +1,7 @@
import './styles/index.scss';
const App = () => {
return <div>Test</div>
}
export default App