mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-08 11:57:43 +00:00
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
![]() |
import { ViewContext } from '@anticrm/view'
|
||
|
import { writable } from 'svelte/store'
|
||
|
|
||
|
/**
|
||
|
* @public
|
||
|
*/
|
||
|
export const contextStore = writable<ViewContext[]>([])
|