feat: rename js files to ts
This commit is contained in:

committed by
kolaente

parent
4cff3ebee1
commit
15b67136fe
10
src/models/passwordUpdate.ts
Normal file
10
src/models/passwordUpdate.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import AbstractModel from './abstractModel'
|
||||
|
||||
export default class PasswordUpdateModel extends AbstractModel {
|
||||
defaults() {
|
||||
return {
|
||||
newPassword: '',
|
||||
oldPassword: '',
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user