Untitled
unknown
plain_text
2 years ago
177 B
15
Indexable
import { createContext } from 'react';
import { ContextSearch } from '../types/types';
const SearchContext = createContext({} as ContextSearch);
export default SearchContext;
Editor is loading...