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:
committed by
Facebook Github Bot
parent
332821d315
commit
8269d128d6
@@ -19,7 +19,7 @@ import {
|
||||
removeBookmark,
|
||||
readBookmarksFromDB,
|
||||
writeBookmarkToDB,
|
||||
} from './util/indexedDB';
|
||||
} from './util/indexedDB.tsx';
|
||||
import {
|
||||
appMatchPatternsToAutoCompleteProvider,
|
||||
bookmarksToAutoCompleteProvider,
|
||||
|
||||
Reference in New Issue
Block a user