fix imports

This commit is contained in:
vorotamoroz
2026-06-11 04:28:07 +01:00
parent 3b538a143a
commit c03fa5213f
48 changed files with 103 additions and 111 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { P2PSyncSetting } from "@lib/common/types";
import type { P2PSyncSetting } from "@lib/common/models/setting.type";
import { delay } from "octagonal-wheels/promises";
import type { BrowserContext, Page } from "playwright";
import type { Plugin } from "vitest/config";