Move hooks

This commit is contained in:
Enrico Ros
2024-08-03 15:32:39 -07:00
parent 3efbe65ca6
commit 350c84fbda
14 changed files with 12 additions and 12 deletions
@@ -3,7 +3,7 @@ import * as React from 'react';
import { Box, Button, FormLabel } from '@mui/joy';
import SyncIcon from '@mui/icons-material/Sync';
import type { ToggleableBoolean } from '~/common/util/useToggleableBoolean';
import type { ToggleableBoolean } from '~/common/util/hooks/useToggleableBoolean';
/**