upd: profile

Deskripsi:
- membuat routing profile
- membuat view profile

- mengganti routing menjadi window

No Issues
This commit is contained in:
amel
2024-07-03 17:29:29 +08:00
parent 313d39bfc6
commit 612cde50bf
10 changed files with 65 additions and 20 deletions

View File

@@ -1,3 +1,4 @@
'use client'
import { WARNA } from '@/module/_global';
import { ActionIcon, Box, Center, Grid, SimpleGrid, Text } from '@mantine/core';
import { useRouter } from 'next/navigation';