Newer
Older
CrypticOreWallet / src / krist / contacts / index.ts
@Drew Lemmy Drew Lemmy on 19 Mar 2021 331 bytes feat: early work on address book
// Copyright (c) 2020-2021 Drew Lemmy
// This file is part of KristWeb 2 under GPL-3.0.
// Full details: https://github.com/tmpim/KristWeb2/blob/master/LICENSE.txt
export * from "./Contact";
export * from "./functions/addContact";
export * from "./functions/editContact";
export * from "./contactStorage";
export * from "./utils";