feat(SW-914): add button

This commit is contained in:
Fredrik Thorsson
2024-11-19 14:04:47 +01:00
parent ee622b07cb
commit 30cd68509c
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
export type AmenityProps = {
title: string
name: string
buttonUrl?: string
}