mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Added website and team providers.
This commit is contained in:
parent
dbb3801e66
commit
cc273092d5
25 changed files with 123 additions and 98 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue