Files
backend/admin-web/src/components/Dictionary/DictionaryContext.js
2019-03-15 22:59:37 +08:00

7 lines
171 B
Java
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import React from 'react';
// 字典全局的 Context会提前初始化工作。
const DictionaryContext = React.createContext({});
export default DictionaryContext;