Skip to content

Commit

Permalink
feat: add utils horarios
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 4, 2022
1 parent bcdfb07 commit 348d115
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/horarios.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const horariosManha = ['08:00', '09:00', '10:00', '11:00', '12:00'];

export const horariosTarde = ['13:00', '14:00', '15:00', '16:00', '17:00'];

export const horariosNoite = ['18:00', '19:00', '20:00', '21:00', '22:00'];

0 comments on commit 348d115

Please sign in to comment.