Skip to content

Commit 92d3747

Browse files
committed
Add test error line again
1 parent 9bd2905 commit 92d3747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { createContext } from 'react';
22

3-
// export const context = createContext(undefined);
3+
export const context = createContext(undefined);
44

55
export default function Page(): JSX.Element {
66
return <div />;

0 commit comments

Comments
 (0)