feat: static my stays
This commit is contained in:
12
components/MyPages/Blocks/Stays/EmptyPreviousStays/index.tsx
Normal file
12
components/MyPages/Blocks/Stays/EmptyPreviousStays/index.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Title from "@/components/MyPages/Title"
|
||||
import styles from "./emptyPreviousStays.module.css"
|
||||
|
||||
export default function EmptyPreviousStaysBlock() {
|
||||
return (
|
||||
<section className={styles.container}>
|
||||
<Title level="h3" as="h5" uppercase>
|
||||
You have no previous stays.
|
||||
</Title>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user