Skip to content

Commit cea580a

Browse files
committed
import order
1 parent 92e632a commit cea580a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

site/src/components/OrganizationAutocomplete/OrganizationAutocomplete.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ import { organizations } from "api/queries/organizations";
77
import type { AuthorizationCheck, Organization } from "api/typesGenerated";
88
import { Avatar } from "components/Avatar/Avatar";
99
import { AvatarData } from "components/Avatar/AvatarData";
10-
import {
11-
type ComponentProps,
12-
type FC,
13-
useEffect,
14-
useState,
15-
} from "react";
10+
import { type ComponentProps, type FC, useEffect, useState } from "react";
1611
import { useQuery } from "react-query";
1712

1813
export type OrganizationAutocompleteProps = {

0 commit comments

Comments
 (0)