Major refactoring
This commit is contained in:
		
							
								
								
									
										22
									
								
								src/constants/index.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								src/constants/index.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
export const days = [
 | 
			
		||||
  "",
 | 
			
		||||
  "poniedziałek",
 | 
			
		||||
  "wtorek",
 | 
			
		||||
  "środa",
 | 
			
		||||
  "czwartek",
 | 
			
		||||
  "piątek",
 | 
			
		||||
];
 | 
			
		||||
export const hours = [
 | 
			
		||||
  "8:00",
 | 
			
		||||
  "9:00",
 | 
			
		||||
  "10:00",
 | 
			
		||||
  "11:00",
 | 
			
		||||
  "12:00",
 | 
			
		||||
  "13:00",
 | 
			
		||||
  "14:00",
 | 
			
		||||
  "15:00",
 | 
			
		||||
  "16:00",
 | 
			
		||||
  "17:00",
 | 
			
		||||
  "18:00",
 | 
			
		||||
  "19:00",
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user