Skip to content

Commit

Permalink
fix: removed link component and it's helpers function
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Aug 15, 2024
1 parent 35bb34b commit 59b923f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
30 changes: 0 additions & 30 deletions packages/cfd/src/Components/Routes/binary-link.jsx

This file was deleted.

37 changes: 0 additions & 37 deletions packages/cfd/src/Components/Routes/helpers.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import BinaryLink from './binary-link.jsx';
import BinaryRoutes from './binary-routes.jsx';
import RouteWithSubRoutes from './route-with-sub-routes.jsx';

export { BinaryLink };
export default BinaryRoutes;
export * from './helpers';
export { RouteWithSubRoutes };

0 comments on commit 59b923f

Please sign in to comment.