Skip to content

Commit

Permalink
Merge pull request #28 from Nutlope/add-kitchen
Browse files Browse the repository at this point in the history
Adding "kitchen" as a type of room to generate
  • Loading branch information
Nutlope committed Mar 10, 2023
2 parents 52e5270 + b3a5525 commit 0207447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/dropdownTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type roomType =
| "Bedroom"
| "Bathroom"
| "Office"
| "Kitchen"
| "Gaming Room";

export const themes: themeType[] = [
Expand All @@ -27,4 +28,5 @@ export const rooms: roomType[] = [
"Bedroom",
"Bathroom",
"Gaming Room",
"Kitchen",
];

1 comment on commit 0207447

@vercel
Copy link

@vercel vercel bot commented on 0207447 Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.