this repo has no description
at main 4 lines 110 B view raw
1import { createContext } from 'preact'; 2 3const FilterContext = createContext(); 4export default FilterContext;