no, yes - Drop down here

This commit is contained in:
CHIEFSOFT\ameye
2025-08-11 11:33:09 -04:00
parent df6d2b570c
commit 80d5c8ea12
2 changed files with 9 additions and 1 deletions
@@ -0,0 +1,7 @@
import React, {memo} from 'react'
export default function NoYesBooleanDropdown() {
return (
<div> Drop Down Here ---- ---- ---- ---- </div>
)
}