import { createContext } from 'react';

export const DropdownContext = createContext<boolean>(false);
