Skip to content

Commit 2fcae20

Browse files
authored
Merge pull request #114 from Anindya-K-Das/dev
Refactor of the /settings page to be more optimized.
2 parents 0218594 + 511f1a3 commit 2fcae20

File tree

12 files changed

+2043
-1438
lines changed

12 files changed

+2043
-1438
lines changed

.vscode/settings.json

Whitespace-only changes.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"react-loading-skeleton": "^3.2.0",
5353
"react-markdown": "^8.0.7",
5454
"react-router-dom": "^6.9.0",
55+
"react-select-country-list": "^2.2.3",
5556
"react-simplemde-editor": "^5.2.0",
5657
"react-text-loop": "^2.3.0",
5758
"react-text-transition": "^3.1.0",

src/components/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ export function Header() {
112112
</Container>
113113
</header>
114114
);
115-
}
115+
}

0 commit comments

Comments
 (0)