()
| 3 | const FileUploadContext = createContext() |
| 4 | |
| 5 | export const useFileUploadContext = () => useContext(FileUploadContext) |
| 6 | |
| 7 | // Provider component to wrap around parts that needs upload context |
| 8 | export const FileUploadProvider = ({ children }) => { |
no outgoing calls
no test coverage detected