修改
This commit is contained in:
12
src/components/Common/forecastRect/visContext.jsx
Normal file
12
src/components/Common/forecastRect/visContext.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* @Author: zhp
|
||||
* @Date: 2024-09-12 16:43:21
|
||||
* @LastEditTime: 2024-09-12 16:43:21
|
||||
* @LastEditors: zhp
|
||||
* @Description:
|
||||
*/
|
||||
import React from 'react';
|
||||
|
||||
const VisibilityContext = React.createContext();
|
||||
|
||||
export default VisibilityContext;
|
||||
Reference in New Issue
Block a user