We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd2905 commit 92d3747Copy full SHA for 92d3747
components/Page.tsx
@@ -1,6 +1,6 @@
1
import React, { createContext } from 'react';
2
3
-// export const context = createContext(undefined);
+export const context = createContext(undefined);
4
5
export default function Page(): JSX.Element {
6
return <div />;
0 commit comments