perf(bundle): replace broad storage and utils imports
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
import { useEffect, type ReactNode } from "react";
|
||||
|
||||
import { BrowserDetector, Logger, PlatformDetector } from "@/utils";
|
||||
import { BrowserDetector } from "@/utils/browser-detect";
|
||||
import { Logger } from "@/utils/logger";
|
||||
import { PlatformDetector } from "@/utils/platform-detect";
|
||||
|
||||
const CSS_VAR_VIEWPORT_HEIGHT = "--app-viewport-height";
|
||||
const CSS_VAR_VISIBLE_HEIGHT = "--app-visible-height";
|
||||
|
||||
Reference in New Issue
Block a user