4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
|
import { createComponentStore } from "./components"
|
||
|
|
||
|
export const componentStore = createComponentStore()
|