feat(messages): add animations (#31)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { Handler } from '../../handler'
|
||||
import type { Handler } from '../../handler'
|
||||
|
||||
export const postUsersResetPasswordHandler: Handler = {
|
||||
method: 'POST',
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Handler } from '../../handler'
|
||||
import type { Handler } from '../../handler'
|
||||
|
||||
export const putUsersResetPasswordHandler: Handler = {
|
||||
method: 'PUT',
|
||||
|
Reference in New Issue
Block a user