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

Commit

Permalink
Update linked-definitions.jsx
Browse files Browse the repository at this point in the history
Attempting to improve linking with new hashrouter
  • Loading branch information
mapachurro authored Jul 3, 2024
1 parent f7487bb commit 43c4978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/linked-definitions.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Link } from 'react-router-dom';
import React from 'react';
import { Link } from './Link';

Expand Down Expand Up @@ -1186,4 +1187,6 @@ const linkedDefinitions = {
}
};

export default linkedTerms;

export default linkedDefinitions;

0 comments on commit 43c4978

Please sign in to comment.