feat: facelift overall machines page and refactor

This commit is contained in:
Aarnav Tale
2024-04-22 14:33:51 -04:00
parent c6930732ee
commit 252e78d618
9 changed files with 1787 additions and 210 deletions
+2
View File
@@ -26,6 +26,8 @@ type Properties = {
readonly parameters?: HookParameters;
}
export type OpenFunction = (overrides?: Overrides) => void
export default function useModal(properties?: HookParameters) {
const [isOpen, setIsOpen] = useState(false)
const [liveProperties, setLiveProperties] = useState(properties)