mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 04:49:45 -05:00
9 lines
352 B
JavaScript
9 lines
352 B
JavaScript
// MIT License
|
|
// Copyright (c) 2019-present StringEpsilon <StringEpsilon@gmail.com>
|
|
// Copyright (c) 2017-2019 James Kyle <me@thejameskyle.com>
|
|
// https://github.com/StringEpsilon/mini-create-react-context
|
|
import React from "react";
|
|
import createReactContext from "./miniCreateReactContext";
|
|
|
|
export default React.createContext || createReactContext;
|