Skip to content

Commit df352bb

Browse files
committed
fix: rebuild
1 parent 8a16339 commit df352bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { AdminForthPlugin } from "adminforth";
22
import type { IAdminForth, AdminForthResource, AdminForthComponentDeclaration } from "adminforth";
33
import { AdminForthFilterOperators } from "adminforth";
44
import type { PluginOptions } from './types.js';
5-
import { FilterParams } from "../../adminforth/adminforth/dist/index.js";
5+
import type { FilterParams } from "@/types/Common";
66

77
export default class extends AdminForthPlugin {
88
options: PluginOptions;

0 commit comments

Comments
 (0)