We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742eaf1 commit 2981b5bCopy full SHA for 2981b5b
i18n/ru/docusaurus-plugin-content-docs/current/get-started/tutorial.md
@@ -89,8 +89,8 @@ $ npx create-react-app todo-app --template typescript
89
```sh
90
└── src/
91
├── app/ # Инициализирующая логика приложения
92
- | ├── index.tsx # Энтрипоинт для подключения приложения (бывший App.tsx)
93
- | └── index.css # Глобальные стили приложения
+ | ├── index.tsx # Энтрипоинт для подключения приложения (бывший App.tsx)
+ | └── index.css # Глобальные стили приложения
94
├── pages/ #
95
├── widgets/ #
96
├── features/ #
0 commit comments