Migrate util/indexedDB to TypeScript

Summary: Migrated indexedDB.js to indexedDB.tsx

Reviewed By: danielbuechele

Differential Revision: D17133611

fbshipit-source-id: 819eccc12c8cbacee5e9cdf8fbfce4f5fbb08813
This commit is contained in:
Benjamin Elo
2019-09-02 03:54:48 -07:00
committed by Facebook Github Bot
parent 332821d315
commit 8269d128d6
3 changed files with 18 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ import {
removeBookmark,
readBookmarksFromDB,
writeBookmarkToDB,
} from './util/indexedDB';
} from './util/indexedDB.tsx';
import {
appMatchPatternsToAutoCompleteProvider,
bookmarksToAutoCompleteProvider,