forked from jsnbuchanan/crowd-funder-for-time-pwa
doc: add more help for the notifications
This commit is contained in:
@@ -2,7 +2,7 @@ import BaseDexie, { Table } from "dexie";
|
||||
import { encrypted, Encryption } from "@pvermeer/dexie-encrypted-addon";
|
||||
import { Account, AccountsSchema } from "./tables/accounts";
|
||||
import { Contact, ContactSchema } from "./tables/contacts";
|
||||
import { Log, LogSchema } from "@/db/tables/logs";
|
||||
import { Log, LogSchema } from "./tables/logs";
|
||||
import {
|
||||
MASTER_SETTINGS_KEY,
|
||||
Settings,
|
||||
|
||||
Reference in New Issue
Block a user