-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: removed link component and it's helpers function
- Loading branch information
1 parent
35bb34b
commit 59b923f
Showing
3 changed files
with
0 additions
and
70 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
packages/cfd/src/Components/Routes/index.js → packages/cfd/src/Components/Routes/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }; |