upd: api address

Deskripsi:
- hapus semua penggunaan api address
- fungetall member in index

No Issues
This commit is contained in:
amel
2024-08-13 11:17:37 +08:00
parent 8c25532dbb
commit bbe4836edb
22 changed files with 43 additions and 118 deletions

View File

@@ -1,5 +1,5 @@
'use client'
import { API_ADDRESS, LayoutDrawer, LayoutNavbarNew, WARNA } from '@/module/_global';
import { LayoutDrawer, LayoutNavbarNew, WARNA } from '@/module/_global';
import { ActionIcon, Avatar, Box, Card, Center, Divider, Flex, Grid, Group, Text, TextInput, Title } from '@mantine/core';
import { useRouter, useSearchParams } from 'next/navigation';
import React, { useState } from 'react';