mirror of
https://github.com/tomru/advcal.git
synced 2026-03-02 22:17:17 +01:00
6 lines
98 B
JavaScript
6 lines
98 B
JavaScript
import React from "react";
|
|
|
|
const AppContext = React.createContext();
|
|
|
|
export default AppContext;
|