this repo has no description
at main 3 lines 93 B view raw
1import { createContext } from 'preact'; 2 3export const ThreadCountContext = createContext(0);