#fix: bug

- Desk:
- Perbaikan penempatan file
## No issuee
This commit is contained in:
2024-07-10 23:42:54 +08:00
parent ab6f2fe8a7
commit e744bb95fa
408 changed files with 779 additions and 861 deletions

View File

@@ -4,8 +4,8 @@ import { RouterPortofolio } from "@/app/lib/router_hipmi/router_katalog";
import {
AccentColor,
MainColor,
} from "@/app_modules/component_global/color/color_pallet";
import ComponentGlobal_UI_Loader from "@/app_modules/component_global/ui/ui_loader";
} from "@/app_modules/_global/color/color_pallet";
import ComponentGlobal_Loader from "@/app_modules/_global/component/loader";
import {
ActionIcon,
Box,
@@ -60,7 +60,7 @@ export function Portofolio_UiListView({
}}
>
{loading ? (
<ComponentGlobal_UI_Loader />
<ComponentGlobal_Loader />
) : (
<IconPencilPlus color={AccentColor.yellow} />
)}
@@ -107,7 +107,7 @@ export function Portofolio_UiListView({
</Text>
<Stack>
{idPorto === e?.id && loadingPorto ? (
<ComponentGlobal_UI_Loader />
<ComponentGlobal_Loader />
) : (
<IconCaretRight color="white" size={25} />
)}

View File

@@ -3,7 +3,7 @@
import {
MainColor,
AccentColor,
} from "@/app_modules/component_global/color/color_pallet";
} from "@/app_modules/_global/color/color_pallet";
import {
Avatar,
Box,