feat: create constants

This commit is contained in:
rizaldy 2024-01-31 00:48:27 +07:00
parent 8b120218e5
commit 4b00643c34
1 changed files with 8 additions and 0 deletions

8
constants.js Normal file
View File

@ -0,0 +1,8 @@
export const MEDIA_PER_PAGE = 30;
export const MEDIA_TYPE = {
PHOTOS: "photos",
VIDEOS: "videos",
};
export const YEAR_TO_BUMP = "MMXXIV";
export const ESCAPE_KEY = 27;