1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Setup consistent import order and fix eslint errors

This commit is contained in:
Quentin Gliech
2023-04-27 20:43:41 +02:00
parent 3d6eba6acc
commit 826e84904e
26 changed files with 245 additions and 77 deletions

View File

@@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
import { lazy, Suspense, useTransition } from "react";
import { atomWithLocation } from "jotai-location";
import { atom, useAtomValue, useSetAtom } from "jotai";
import { atomWithLocation } from "jotai-location";
import { lazy, Suspense, useTransition } from "react";
import Layout from "./components/Layout";
import LoadingSpinner from "./components/LoadingSpinner";