lint
This commit is contained in:
parent
0b3165b812
commit
7913d5ec2e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue