Skip to content

Commit

Permalink
Вынес инпуты в ui kit
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikMix committed May 31, 2024
1 parent 54e3baf commit 7fbcf89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {AppDispatcher} from '../../modules/dispatcher';
import {UserActions} from '../../modules/stores/UserStore';
import {Img} from "../Image/Image";
import {uiKit} from '@veglem/ui-kit/dist/ui';
import {Input} from '../Input/Input';

export class UpdatePasswordForm extends ScReact.Component<any, any> {
state = {
Expand Down Expand Up @@ -119,7 +120,7 @@ export class UpdatePasswordForm extends ScReact.Component<any, any> {
};

render() {
const {Button, Input} = uiKit
const {Button} = uiKit

return (
<div className="change-password-form">
Expand Down

0 comments on commit 7fbcf89

Please sign in to comment.