Untitled

Anonymous
plain_text
11/03/2023 8:08 PM
236 B
20
Indexable
import { createContext } from 'react';
import { ContextSearch } from '../types/types';

const SearchContext = createContext({} as ContextSearch);

export default SearchContext;
Editor is loading...