We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a16339 commit df352bbCopy full SHA for df352bb
1 file changed
index.ts
@@ -2,7 +2,7 @@ import { AdminForthPlugin } from "adminforth";
2
import type { IAdminForth, AdminForthResource, AdminForthComponentDeclaration } from "adminforth";
3
import { AdminForthFilterOperators } from "adminforth";
4
import type { PluginOptions } from './types.js';
5
-import { FilterParams } from "../../adminforth/adminforth/dist/index.js";
+import type { FilterParams } from "@/types/Common";
6
7
export default class extends AdminForthPlugin {
8
options: PluginOptions;
0 commit comments