perf(bundle): replace broad storage and utils imports
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { BrowserDetector, PlatformDetector } from "@/utils";
|
||||
import { BrowserDetector } from "@/utils/browser-detect";
|
||||
import { PlatformDetector } from "@/utils/platform-detect";
|
||||
|
||||
import type { KeyboardAdaptEnvironment } from "./types";
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
import { useEffect } from "react";
|
||||
|
||||
import { Logger } from "@/utils";
|
||||
import { Logger } from "@/utils/logger";
|
||||
|
||||
import {
|
||||
FALLBACK_INPUT_LIFT_PX,
|
||||
|
||||
Reference in New Issue
Block a user