LOCKING盒子版
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456
  1. ```jsx
  2. import React from 'react';
  3. import AButton from '@/components/Button/Button';
  4. export default () => <AButton type="primary">Hello dumi!</AButton>;
  5. ```