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