Refactor New Ui Bumdes

This commit is contained in:
2026-03-25 00:09:38 +08:00
parent 8159216a2c
commit 84b96ca3be
17 changed files with 797 additions and 412 deletions

View File

@@ -1,4 +1,4 @@
import { Card, Text, Progress, Group, Box } from "@mantine/core";
import { Box, Card, Group, Progress, Text } from "@mantine/core";
interface ActivityCardProps {
title: string;
@@ -86,4 +86,4 @@ export function ActivityCard({
</Box>
</Card>
);
}
}