From 1d0253c15b5f19bb1c181036988f6a8ec17ed5c1 Mon Sep 17 00:00:00 2001 From: amel Date: Thu, 4 Jul 2024 17:23:40 +0800 Subject: [PATCH] upd: remove package Deskripsi: - remove jotai No Issues --- package.json | 1 - src/module/group/components/ui/drawer_group.tsx | 1 - yarn.lock | 5 ----- 3 files changed, 7 deletions(-) diff --git a/package.json b/package.json index 38fab13..dc3936d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,6 @@ "dayjs": "^1.11.11", "embla-carousel-autoplay": "^7.1.0", "embla-carousel-react": "^7.1.0", - "jotai": "^2.8.4", "lodash": "^4.17.21", "next": "14.2.4", "react": "^18", diff --git a/src/module/group/components/ui/drawer_group.tsx b/src/module/group/components/ui/drawer_group.tsx index 4b309b1..b279696 100644 --- a/src/module/group/components/ui/drawer_group.tsx +++ b/src/module/group/components/ui/drawer_group.tsx @@ -1,7 +1,6 @@ import { isDrawer, LayoutDrawer, WARNA } from '@/module/_global'; import { useHookstate } from '@hookstate/core'; import { Box, Button, Center, Flex, Group, SimpleGrid, Stack, Text, TextInput } from '@mantine/core'; -import { useAtom } from 'jotai'; import React, { useState } from 'react'; import { IoAddCircle } from "react-icons/io5"; diff --git a/yarn.lock b/yarn.lock index 973bc16..9ef412b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2270,11 +2270,6 @@ jiti@^1.21.0: resolved "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz" integrity sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w== -jotai@^2.8.4: - version "2.8.4" - resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.8.4.tgz#ea82b013d640016100e360d19d565862816c96d0" - integrity sha512-f6jwjhBJcDtpeauT2xH01gnqadKEySwwt1qNBLvAXcnojkmb76EdqRt05Ym8IamfHGAQz2qMKAwftnyjeSoHAA== - "js-tokens@^3.0.0 || ^4.0.0": version "4.0.0" resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"