fix version
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { RouterProfile } from "@/lib/router_hipmi/router_katalog";
|
|
||||||
import { ComponentGlobal_LoaderAvatar } from "@/app_modules/_global/component";
|
import { ComponentGlobal_LoaderAvatar } from "@/app_modules/_global/component";
|
||||||
import ComponentGlobal_IsEmptyData from "@/app_modules/_global/component/is_empty_data";
|
import ComponentGlobal_IsEmptyData from "@/app_modules/_global/component/is_empty_data";
|
||||||
import CustomSkeleton from "@/app_modules/components/CustomSkeleton";
|
|
||||||
import { MODEL_USER } from "@/app_modules/home/model/interface";
|
import { MODEL_USER } from "@/app_modules/home/model/interface";
|
||||||
|
import { RouterProfile } from "@/lib/router_hipmi/router_katalog";
|
||||||
import { clientLogger } from "@/util/clientLogger";
|
import { clientLogger } from "@/util/clientLogger";
|
||||||
import {
|
import {
|
||||||
ActionIcon,
|
ActionIcon,
|
||||||
@@ -23,7 +22,6 @@ import _ from "lodash";
|
|||||||
import { ScrollOnly } from "next-scroll-loader";
|
import { ScrollOnly } from "next-scroll-loader";
|
||||||
import { useRouter } from "next/navigation";
|
import { useRouter } from "next/navigation";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { userSearch_getAllUser } from "../fun/get/get_all_user";
|
|
||||||
import { apiGetUserSearch } from "./api_fetch_user_search";
|
import { apiGetUserSearch } from "./api_fetch_user_search";
|
||||||
import { UserSearch_SkeletonView } from "./skeleton_view";
|
import { UserSearch_SkeletonView } from "./skeleton_view";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user