1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-24 23:01:05 +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,19 +12,20 @@
// See the License for the specific language governing permissions and
// limitations under the License.
import { useTransition } from "react";
import { atom, useAtomValue, useSetAtom } from "jotai";
import { atomFamily, atomWithDefault } from "jotai/utils";
import { atomWithQuery } from "jotai-urql";
import { atom, useAtomValue, useSetAtom } from "jotai";
import { useTransition } from "react";
import { currentBrowserSessionIdAtom } from "../atoms";
import { graphql } from "../gql";
import { PageInfo } from "../gql/graphql";
import { atomWithPagination, pageSizeAtom, Pagination } from "../pagination";
import BlockList from "./BlockList";
import BrowserSession from "./BrowserSession";
import { Title } from "./Typography";
import PaginationControls from "./PaginationControls";
import { graphql } from "../gql";
import { currentBrowserSessionIdAtom } from "../atoms";
import { atomWithPagination, pageSizeAtom, Pagination } from "../pagination";
import { PageInfo } from "../gql/graphql";
import { Title } from "./Typography";
const QUERY = graphql(/* GraphQL */ `
query BrowserSessionList(