refactor: sorted hooks
This commit is contained in:
@ -3,7 +3,7 @@ import { IconPlus } from "@tabler/icons-react";
|
||||
import { Box, Center, Group, Stack, Text } from "@mantine/core";
|
||||
import { useStatusesContext } from "@/app/deals/contexts/StatusesContext";
|
||||
import InPlaceInput from "@/components/ui/InPlaceInput/InPlaceInput";
|
||||
import useIsMobile from "@/hooks/useIsMobile";
|
||||
import useIsMobile from "@/hooks/utils/useIsMobile";
|
||||
import styles from "./CreateStatusButton.module.css";
|
||||
|
||||
const CreateStatusButton = () => {
|
||||
|
||||
Reference in New Issue
Block a user