Added website and team providers.
This commit is contained in:
@@ -6,8 +6,4 @@ export function setValue(key: string, value: any) {
|
||||
store.setState({ [key]: value });
|
||||
}
|
||||
|
||||
export function touch(key: string) {
|
||||
setValue(key, Date.now());
|
||||
}
|
||||
|
||||
export default store;
|
||||
|
||||
Reference in New Issue
Block a user