We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05ffd1 commit 00a8e19Copy full SHA for 00a8e19
packages/hn-react/src/context/site.tsx
@@ -2,7 +2,6 @@ import { Site } from 'hn';
2
import * as React from 'react';
3
import globalSite from '../utils/site';
4
5
-// Create a new context.
6
const HnContext = React.createContext(globalSite);
7
const { Consumer, Provider } = HnContext;
8
0 commit comments