Sudah Dibuatkan Inputan Data Di Data Kesehatan Warga Fasilitas Kesehatan

This commit is contained in:
2025-04-28 10:21:59 +08:00
parent d575c9c792
commit 3f5d607e83
32 changed files with 610 additions and 150 deletions

View File

@@ -2,7 +2,7 @@
import { Group, Select, SimpleGrid, Skeleton, Stack, Text, TextInput } from '@mantine/core';
import React from 'react';
import { useProxy } from 'valtio/utils';
import stateDesaPengumuman from '../../_state/pengumuman';
import stateDesaPengumuman from '../../_state/desa/pengumuman';
import { useShallowEffect } from '@mantine/hooks';
import { Prisma } from '@prisma/client';
import { BeritaEditor } from '../berita/_com/BeritaEditor';