更改组件名

This commit is contained in:
al 2025-01-08 14:54:33 +08:00
parent 3a35b23299
commit 8a2ef9b2e5
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ const ListItemWithCheckbox = ({
);
};
export default function spacePaymentSetting() {
export default function SpacePaymentSetting() {
const [form] = Form.useForm();
const router = useRouter();
const searchParams = useSearchParams();