upd: remove package

This commit is contained in:
amel
2024-07-04 17:35:10 +08:00
parent 20b81a1ee4
commit 80d1e830cf
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
import { isDrawer, LayoutDrawer, WARNA } from '@/module/_global';
import { ActionIcon, Box, Group, Text, TextInput } from '@mantine/core';
import { useAtom } from 'jotai';
import React from 'react';
import { HiOutlineOfficeBuilding } from 'react-icons/hi';
import { HiMagnifyingGlass } from 'react-icons/hi2';

View File

@@ -1,7 +1,6 @@
'use client'
import { isDrawer, LayoutDrawer, WARNA } from '@/module/_global';
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";