Logo

GitLab

Sign in

xlyErp / xlyUmi

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • xlyUmi
  • src
  • components
  • Common
  • ProblemFeedback
  • utils
  • MyContext.js
  • 同步最新代码;
    0da7e2fe
    zhang authored
    2025-05-27 14:52:21 +0800  
    Browse Code »
MyContext.js 106 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5
import { createContext } from 'react';

const myContext = createContext(null);

export default myContext;