Skip to content

Commit b3d0593

Browse files
committed
fix: remove duplicate import of AdminForthResourcePages in Back.ts
1 parent 5a5170d commit b3d0593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adminforth/types/Back.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Express, Request } from 'express';
22
import type { Writable } from 'stream';
33

4-
import { ActionCheckSource, AdminForthFilterOperators, AdminForthSortDirections, AllowedActionsEnum,
4+
import { ActionCheckSource, AdminForthFilterOperators, AdminForthSortDirections, AllowedActionsEnum, AdminForthResourcePages,
55
type AdminForthComponentDeclaration,
66
type AdminForthResourceCommon,
77
type AdminUser, type AllowedActionsResolved,
@@ -12,7 +12,6 @@ import { ActionCheckSource, AdminForthFilterOperators, AdminForthSortDirections,
1212
type AdminForthComponentDeclarationFull,
1313
type AdminForthConfigMenuItem,
1414
type AnnouncementBadgeResponse,
15-
AdminForthResourcePages,
1615
type AdminForthResourceColumnInputCommon,
1716
} from './Common.js';
1817

0 commit comments

Comments
 (0)