visual-identity/app/context.js

4 lines
84 B
JavaScript

import React from 'react';
export const VotingContext = React.createContext(null);