code reformat
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import {restore} from "../../api/auth";
|
||||
import { restore } from "../../api/auth";
|
||||
import errors from "../../api/errors";
|
||||
import './PasswordRestore.sass';
|
||||
import Button from "../../ui/Button/Button";
|
||||
@@ -76,4 +76,4 @@ class PasswordRestore extends React.Component<Props, State> {
|
||||
}
|
||||
}
|
||||
|
||||
export default PasswordRestore;
|
||||
export default PasswordRestore;
|
||||
|
||||
Reference in New Issue
Block a user