diff --git a/src/module/user/profile/component/edit_profile.tsx b/src/module/user/profile/component/edit_profile.tsx index 311f698..30d9b22 100644 --- a/src/module/user/profile/component/edit_profile.tsx +++ b/src/module/user/profile/component/edit_profile.tsx @@ -1,6 +1,6 @@ "use client" import { LayoutNavbarNew, WARNA } from "@/module/_global"; -import { Box, Button, Flex, Modal, Stack, Text, TextInput } from "@mantine/core"; +import { Box, Button, Flex, Modal, Select, Stack, Text, TextInput } from "@mantine/core"; import { HiUser } from "react-icons/hi2"; import toast from "react-hot-toast"; import LayoutModal from "@/module/_global/layout/layout_modal"; @@ -72,6 +72,17 @@ export default function EditProfile() { }, }} /> +