Skip to content

Commit

Permalink
fix: auto-format import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
gutsyphilip committed Apr 26, 2022
1 parent 34c8e37 commit 14c7eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/Routing.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ import { LoginCliLoginSuccess } from './login/LoginCliLoginSuccess';
import NavigationWrapper from './navigation/NavigationWrapper';
import { NFTDetailWrapper } from './nft/NFTDetailWrapper';
import { PageNotFound } from './page-not-found/PageNotFound';
import Privacy from './privacy/Privacy';
import { Profile } from './profile/Profile';
import { ReceiveContainerWrapper } from './receive-money/ReceiveContainerWrapper';
import { SendContainerWrapper } from './send/SendContainerWrapper';
import { StakingContainer } from './staking/StakingContainer';
import SwapContainerWrapper from './Swap/SwapContainerWrapper';
import Terms from './terms/Terms';
import Privacy from './privacy/Privacy';

import '../index.css';

Expand Down

0 comments on commit 14c7eec

Please sign in to comment.