mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-08 19:34:56 +02: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;
|