| 1 | import { createStore } from "solid-js/store" |
| 2 | import { batch, createEffect, createMemo } from "solid-js" |
| 3 | import { useSync } from "@tui/context/sync" |
| 4 | import { useTheme } from "@tui/context/theme" |
nothing calls this directly
no test coverage detected