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 8bfdcc7 commit 5fc05dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "webpack serve --node-env=development"
},
"devDependencies": {
"@veglem/ui-kit": "^1.0.6",
"@veglem/ui-kit": "^1.0.8",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-decorators": "^7.24.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {ScReact} from '@veglem/screact';
import {Input} from '../Input/Input';
import './UpdatePasswordModal.sass';
import {ValidatePassword} from '../../modules/validation';
import {AppDispatcher} from '../../modules/dispatcher';
Expand Down Expand Up @@ -120,7 +119,7 @@ export class UpdatePasswordForm extends ScReact.Component<any, any> {
};

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

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

0 comments on commit 5fc05dd

Please sign in to comment.