fix: use snjs proper types location
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { SNAlertService } from "../../../../snjs/dist/@types";
|
||||
import { SNAlertService } from "@node_modules/snjs/dist/@types";
|
||||
|
||||
const DB_NAME = 'standardnotes';
|
||||
const STORE_NAME = 'items';
|
||||
|
||||
Reference in New Issue
Block a user