API Profile Desa Menu Desa

Fix Eror gallery bagian tabs video
Next UI Profile Desa
This commit is contained in:
2025-06-17 17:30:47 +08:00
parent f7437708c0
commit f4888b53ab
51 changed files with 2421 additions and 659 deletions

View File

@@ -0,0 +1,12 @@
import colors from '@/con/colors';
import { Paper, Text } from '@mantine/core';
function Page() {
return (
<Paper bg={colors['white-1']} p={'md'}>
<Text>Test</Text>
</Paper>
);
}
export default Page;