refactor: sorted hooks
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import React, { FC, ReactNode } from "react";
|
||||
import { Styles } from "@mantine/core/lib/core/styles-api/styles-api.types";
|
||||
import useIsMobile from "@/hooks/useIsMobile";
|
||||
import useIsMobile from "@/hooks/utils/useIsMobile";
|
||||
import InPlaceInputDesktop from "./InPlaceInputDesktop";
|
||||
import InPlaceInputMobile from "./InPlaceInputMobile";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user