Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 43c4978

Browse files
authored
Update linked-definitions.jsx
Attempting to improve linking with new hashrouter
1 parent f7487bb commit 43c4978

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/linked-definitions.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { Link } from 'react-router-dom';
12
import React from 'react';
23
import { Link } from './Link';
34

@@ -1186,4 +1187,6 @@ const linkedDefinitions = {
11861187
}
11871188
};
11881189

1190+
export default linkedTerms;
1191+
11891192
export default linkedDefinitions;

0 commit comments

Comments
 (0)