mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Fixes bad HomeDB import
This commit is contained in:
parent
56eca3d558
commit
afe5770846
@ -4,7 +4,7 @@
|
|||||||
import FormData from 'form-data';
|
import FormData from 'form-data';
|
||||||
import fetch from 'node-fetch';
|
import fetch from 'node-fetch';
|
||||||
import { DocWorkerAPI, UserAPI, UserAPIImpl, UserProfile } from 'app/common/UserAPI';
|
import { DocWorkerAPI, UserAPI, UserAPIImpl, UserProfile } from 'app/common/UserAPI';
|
||||||
import { HomeDBManager } from 'app/gen-server/lib/HomeDBManager';
|
import { HomeDBManager } from 'app/gen-server/lib/homedb/HomeDBManager';
|
||||||
import { TestingHooksClient } from 'app/server/lib/TestingHooks';
|
import { TestingHooksClient } from 'app/server/lib/TestingHooks';
|
||||||
import { BrowserContext, expect, Page } from "@playwright/test";
|
import { BrowserContext, expect, Page } from "@playwright/test";
|
||||||
import { UserPrefs } from "app/common/Prefs";
|
import { UserPrefs } from "app/common/Prefs";
|
||||||
|
Loading…
Reference in New Issue
Block a user