infra changes

This commit is contained in:
Sriram Hariharan
2023-03-11 22:03:25 -06:00
parent 32b73da959
commit fe4f0e7ecd
8 changed files with 15 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ interface Actions {
getDeviceId(): Promise<string>;
}
const ExtensionStore = createLocalStore<IExtensionStore, Actions>(
export const ExtensionStore = createLocalStore<IExtensionStore, Actions>(
{
version: chrome.runtime.getManifest().version,
lastUpdate: Date.now(),