Skip to content

Commit

Permalink
seb review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 1, 2018
1 parent 3399f33 commit e0996e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/modules/components/PageContext.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
import React from 'react';

// The default structure:
//
// {
// activePage: {
// pathname: '',
// },
// pages: [],
// userLanguage: '',
// }
const PageContext = React.createContext();

export default PageContext;

0 comments on commit e0996e5

Please sign in to comment.