Skip to content

Commit 0dd891f

Browse files
committed
Refactored GenresList to Constants file
1 parent 1c6bbe8 commit 0dd891f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

client/src/Constants.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export const GenresList = [
2+
"All",
3+
"DSA",
4+
"Tech Talk",
5+
"Motivation",
6+
"Interview Experience",
7+
];

0 commit comments

Comments
 (0)