Skip to content

Commit 2981b5b

Browse files
authored
Update tutorial.md (feature-sliced#595)
1 parent 742eaf1 commit 2981b5b

File tree

1 file changed

+2
-2
lines changed
  • i18n/ru/docusaurus-plugin-content-docs/current/get-started

1 file changed

+2
-2
lines changed

i18n/ru/docusaurus-plugin-content-docs/current/get-started/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ $ npx create-react-app todo-app --template typescript
8989
```sh
9090
└── src/
9191
├── app/ # Инициализирующая логика приложения
92-
| ├── index.tsx # Энтрипоинт для подключения приложения (бывший App.tsx)
93-
| └── index.css # Глобальные стили приложения
92+
| ├── index.tsx # Энтрипоинт для подключения приложения (бывший App.tsx)
93+
| └── index.css # Глобальные стили приложения
9494
├── pages/ #
9595
├── widgets/ #
9696
├── features/ #

0 commit comments

Comments
 (0)