Skip to content

Commit

Permalink
chore: remove old import
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmadek committed Apr 8, 2024
1 parent 7ead277 commit 229e109
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Operations } from './Operations/Operations';
import { Notifications } from './Notifications/Notifications';
import { Contacts, CreateContact, EditContact } from './AddressBook';
import { Overview as Settings, Matrix, Currency, Networks } from './Settings';
import { Overview as Staking, Bond, ChangeValidators, Redeem, Restake, Destination, StakeMore } from './Staking';
import { Overview as Staking, Bond, ChangeValidators, Redeem, Destination, StakeMore } from './Staking';

// React routes v6 hint:
// https://github.com/remix-run/react-router/blob/main/docs/upgrading/v5.md#use-useroutes-instead-of-react-router-config
Expand Down Expand Up @@ -51,7 +51,6 @@ export const ROUTES_CONFIG: RouteObject[] = [
element: <Staking />,
children: [
{ path: Paths.BOND, element: <Bond /> },
{ path: Paths.RESTAKE, element: <Restake /> },
{ path: Paths.STAKE_MORE, element: <StakeMore /> },
{ path: Paths.REDEEM, element: <Redeem /> },
{ path: Paths.DESTINATION, element: <Destination /> },
Expand Down

0 comments on commit 229e109

Please sign in to comment.