Skip to content

Commit

Permalink
remove useless timeslot
Browse files Browse the repository at this point in the history
Co-Authored-By: Karina Sanchez <[email protected]>
  • Loading branch information
Holyvert and KarinaSandur committed Apr 14, 2024
1 parent b4fce5e commit 67d97ff
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/app/models/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,6 @@ export enum sourcePage {
propertiesPage = "propertiesPage"
};

export enum TimeSlots {
NineAM = "9:00 am",
TenAM = "10:00 am",
ElevenAM = "11:00 am",
TwelvePM = "12:00 pm",
OnePM = "1:00 pm",
TwoPM = "2:00 pm",
ThreePM = "3:00 pm",
FourPM = "4:00 pm"
}


export interface TimesAvailable {
value: number;
time: string;
Expand Down

0 comments on commit 67d97ff

Please sign in to comment.