moved stores back into shared
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { hotReloadTab } from 'src/background/util/hotReloadTab';
|
||||
import { ExtensionStore } from '../storage/ExtensionStore';
|
||||
import { ExtensionStore } from '../../shared/storage/ExtensionStore';
|
||||
|
||||
/**
|
||||
* Called when the extension is updated (or when the extension is reloaded in development mode)
|
||||
|
||||
Reference in New Issue
Block a user