mirror of
https://github.com/tomru/advcal.git
synced 2026-03-03 06:27:17 +01:00
use jsx extension for react stuff
This commit is contained in:
5
context/app.jsx
Normal file
5
context/app.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
const AppContext = React.createContext();
|
||||
|
||||
export default AppContext;
|
||||
Reference in New Issue
Block a user