feat: implement unified delete dialog component and update related pages

This commit is contained in:
Ardeman
2025-03-13 09:26:33 +08:00
parent 2c703de8e5
commit b00adf89ec
10 changed files with 72 additions and 221 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import {
type SetStateAction,
} from 'react'
import type { ModalProperties } from '~/components/popup/success-modal'
import type { ModalProperties } from '~/components/dialog/success'
type NewsContextProperties = {
isLoginOpen: boolean