Skip to content

Commit

Permalink
Export Router Link as RouterLink
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaragodin committed May 27, 2019
1 parent 7ae1c9d commit 2e1f31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
@@ -1,7 +1,7 @@
// Copyright 1999-2018. Plesk International GmbH. All rights reserved.

export * from '@plesk/ui-library';
export { Link } from 'react-router-dom';
export { Link as RouterLink } from 'react-router-dom';
export { ServerForm } from './ServerForm';
export { ServerList } from './ServerList';
export { withConfig } from './Config';
Expand Down

0 comments on commit 2e1f31f

Please sign in to comment.