Skip to content

Commit

Permalink
feat: create constant
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinPrasanth777 committed Jan 8, 2024
1 parent c518a27 commit 8ad279a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/constant.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export const COLOR = {
WHITE: "#FFFFFF",
};

export const VALUE = {
NONE: "none",
};

0 comments on commit 8ad279a

Please sign in to comment.