this repo has no description
1import { createContext } from 'preact'; 2 3const FilterContext = createContext(); 4export default FilterContext;