fix: resolve TypeScript errors in migrated components
This commit is contained in:
@@ -12,7 +12,7 @@ export function DomainItem({
|
||||
domain,
|
||||
onEdit,
|
||||
onDelete,
|
||||
}: DomainItemProps): JSX.Element {
|
||||
}: DomainItemProps): React.ReactElement {
|
||||
return (
|
||||
<div className="border rounded-lg p-4 hover:shadow-md transition-shadow">
|
||||
<div className="flex items-start justify-between">
|
||||
|
||||
Reference in New Issue
Block a user