Manav Rathi 1 anno fa
parent
commit
7913d5ec2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/apps/photos/src/utils/storage/mlIDbStorage.ts

+ 1 - 1
web/apps/photos/src/utils/storage/mlIDbStorage.ts

@@ -1,5 +1,4 @@
 import { haveWindow } from "@/next/env";
-import isElectron from "is-electron";
 import { addLogLine } from "@ente/shared/logging";
 import { logError } from "@ente/shared/sentry";
 import {
@@ -16,6 +15,7 @@ import {
     deleteDB,
     openDB,
 } from "idb";
+import isElectron from "is-electron";
 import {
     Face,
     MLLibraryData,