This commit is contained in:
Gabe Yuan
2023-08-07 16:00:54 +08:00
parent 20617c158f
commit 340bd6dd80
25 changed files with 27 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
import { useEffect, useState } from "react";
import { limitNumber } from "../../libs/utils";
import { isMobile } from "../../libs/browser";
import { isMobile } from "../../libs/mobile";
export default function Draggable(props) {
const [origin, setOrigin] = useState(null);