chore: add load more functionality, with refactored css
This commit is contained in:
5
components/MyPages/Blocks/Stays/Container/index.tsx
Normal file
5
components/MyPages/Blocks/Stays/Container/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import styles from "./container.module.css"
|
||||
|
||||
export default function Container({ children }: React.PropsWithChildren) {
|
||||
return <section className={styles.container}>{children}</section>
|
||||
}
|
||||
Reference in New Issue
Block a user