Skip to content

Commit 738129e

Browse files
committed
fixed import order
1 parent 8d31132 commit 738129e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import styles from '@pages/app.module.scss';
22

3+
import * as C from '@common/constants';
34
import * as Crypto from '@common/crypto';
45
import * as R from '@common/requests';
56
import * as U from '@common/utilities';
@@ -15,7 +16,6 @@ import Page from '@components/Page';
1516
import SingleColumnLayout from '@components/SingleColumnLayout';
1617

1718
import { H2, H3, H4, P } from '@components/Typography';
18-
import * as C from '@common/constants';
1919
import Modal from '@components/Modal';
2020

2121
export async function getServerSideProps(context) {

0 commit comments

Comments
 (0)