@hedhog/blog 0.0.10 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ import FormPanel, {
|
|
2
2
|
FormPanelRef,
|
3
3
|
getFieldsLocale,
|
4
4
|
} from "@/components/panels/form-panel";
|
5
|
-
|
5
|
+
|
6
6
|
import { useCategoryCreate } from "@/features/blog/category";
|
7
7
|
import { Category } from "@/types/models";
|
8
8
|
import { forwardRef, useImperativeHandle, useRef } from "react";
|
@@ -4,7 +4,7 @@ import FormPanel, {
|
|
4
4
|
} from "@/components/panels/form-panel";
|
5
5
|
import { Overlay } from "@/components/custom/overlay";
|
6
6
|
import { TabPanel } from "@/components/panels/tab-panel";
|
7
|
-
|
7
|
+
|
8
8
|
import { useCategoryGet, useCategoryUpdate } from "@/features/blog/category";
|
9
9
|
import useEffectAfterFirstUpdate from "@/hooks/use-effect-after-first-update";
|
10
10
|
import { Category } from "@/types/models";
|