diff --git a/i18n/en/docusaurus-plugin-content-docs/current/get-started/tutorial.md b/i18n/en/docusaurus-plugin-content-docs/current/get-started/tutorial.md index 626c3b2981..668f111571 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/get-started/tutorial.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/get-started/tutorial.md @@ -299,10 +299,6 @@ To simplify the tutorial, we will use the ready-made UIKit from [AntDesign](http $ npm i antd @ant-design/icons ``` -```ts title=app/styles/index.scss -@import 'antd/dist/antd.css'; -``` - :::tip But you can use **any other UIKit** or **create your own** by placing the components in `shared/ui` - this is where it is recommended to place UIKit of application: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/get-started/tutorial.md b/i18n/ru/docusaurus-plugin-content-docs/current/get-started/tutorial.md index 0a702c3062..96ccb2c0db 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/get-started/tutorial.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/get-started/tutorial.md @@ -299,10 +299,6 @@ const App = () => ( $ npm i antd @ant-design/icons ``` -```ts title=app/styles/index.scss -@import 'antd/dist/antd.css'; -``` - :::tip Но вы можете использовать **любой другой UIKit** или же **создать собственный**, расположив компоненты в `shared/ui` - именно там рекомендуется хранить UIKit приложения: