Skip to content

Commit 50b6c16

Browse files
committed
export default
1 parent 1eb0433 commit 50b6c16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/pages/hotels/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ export const HotelsPage = ({ blocksProps, isPreview, previewData }) => {
1919
export const getServerSideProps: GetServerSideProps = async (context: any) => {
2020
return getProps(context);
2121
};
22+
23+
export default HotelsPage;

0 commit comments

Comments
 (0)