code reformat

This commit is contained in:
2020-10-15 00:59:13 +03:00
parent 68a59d6093
commit 516cdf5b82
69 changed files with 635 additions and 563 deletions
@@ -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;