fix folder component

This commit is contained in:
2025-07-02 12:20:42 +08:00
parent 23ae416f42
commit 9667065bb3
9 changed files with 33 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import BackButton from "@/components/_ShareComponent/BackButton";
import BackButton from "@/components/Button/BackButton";
import ViewWrapper from "@/components/_ShareComponent/ViewWrapper";
import { Styles } from "@/styles/global-styles";
import { Stack, useLocalSearchParams } from "expo-router";

View File

@@ -1,5 +1,5 @@
import BackButton from "@/components/_ShareComponent/BackButton";
import BackButton from "@/components/Button/BackButton";
import { Styles } from "@/styles/global-styles";
import { Stack } from "expo-router";

View File

@@ -1,7 +1,7 @@
import { IMenuDrawerItem } from "@/components/_Interface/types";
import BackButton from "@/components/_ShareComponent/BackButton";
import ViewWrapper from "@/components/_ShareComponent/ViewWrapper";
import AlertCustom from "@/components/Alert/AlertCustom";
import BackButton from "@/components/Button/BackButton";
import DrawerCustom from "@/components/Drawer/DrawerCustom";
import { MainColor } from "@/constants/color-palet";
import { DRAWER_HEIGHT } from "@/constants/constans-value";
@@ -124,6 +124,7 @@ export default function Profile() {
<Profile_MenuDrawerSection
drawerItems={drawerItems}
setShowLogoutAlert={setShowLogoutAlert}
setIsDrawerOpen={setIsDrawerOpen}
/>
</DrawerCustom>