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