Skip to content

Commit f82c4e1

Browse files
authored
Fix typo in file name (#8036)
1 parent 13fa63e commit f82c4e1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import createNamedContext from "./createNameContext";
1+
import createNamedContext from "./createNamedContext";
22

33
const historyContext = /*#__PURE__*/ createNamedContext("Router-History");
44
export default historyContext;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import createNamedContext from "./createNameContext";
1+
import createNamedContext from "./createNamedContext";
22

33
const context = /*#__PURE__*/ createNamedContext("Router");
44
export default context;

0 commit comments

Comments
 (0)