File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/front-end/typescript/lib/pages/user Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,18 @@ import {
13
13
} from "front-end/lib/framework" ;
14
14
import * as api from "front-end/lib/http/api" ;
15
15
import { userStatusToTitleCase } from "front-end/lib/pages/user/lib" ;
16
+ import { userTypeToTitleCase , User , UserType } from "shared/lib/resources/user" ;
17
+ import Link , { externalDest } from "front-end/lib/views/link" ;
16
18
import {
17
19
VirtualizedTable ,
18
20
VirtualizedTableState ,
19
21
VirtualizedTableMsg
20
22
} from "front-end/lib/pages/user/lib/components/virtualized-table" ;
21
23
import React from "react" ;
22
24
import { Button , Col , Row , Spinner } from "reactstrap" ;
23
- import { userTypeToTitleCase } from "shared/lib/resources/user" ;
24
25
import * as Checkbox from "front-end/lib/components/form-field/checkbox" ;
25
26
import { compareStrings } from "shared/lib" ;
26
- import { User , UserType } from "shared/lib/resources/user" ;
27
27
import { adt , ADT } from "shared/lib/types" ;
28
- import Link , { externalDest } from "front-end/lib/views/link" ;
29
28
30
29
interface TableUser extends User {
31
30
statusTitleCase : string ;
You can’t perform that action at this time.
0 commit comments