We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d31132 commit 738129eCopy full SHA for 738129e
pages/settings.tsx
@@ -1,5 +1,6 @@
1
import styles from '@pages/app.module.scss';
2
3
+import * as C from '@common/constants';
4
import * as Crypto from '@common/crypto';
5
import * as R from '@common/requests';
6
import * as U from '@common/utilities';
@@ -15,7 +16,6 @@ import Page from '@components/Page';
15
16
import SingleColumnLayout from '@components/SingleColumnLayout';
17
18
import { H2, H3, H4, P } from '@components/Typography';
-import * as C from '@common/constants';
19
import Modal from '@components/Modal';
20
21
export async function getServerSideProps(context) {
0 commit comments