Merge pull request #18 from bipproduction/amalia/4-jul-24

upd: remove package
This commit is contained in:
Amalia
2024-07-04 17:36:33 +08:00
committed by GitHub
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";