react_native/ev_station/app/context/MakerContext.jsx
2024-07-31 20:28:02 -05:00

3 lines
No EOL
89 B
JavaScript

import { createContext } from "react";
export const MarkerContext = createContext(null);