We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb0433 commit 50b6c16Copy full SHA for 50b6c16
frontend/src/pages/hotels/index.tsx
@@ -19,3 +19,5 @@ export const HotelsPage = ({ blocksProps, isPreview, previewData }) => {
19
export const getServerSideProps: GetServerSideProps = async (context: any) => {
20
return getProps(context);
21
};
22
+
23
+export default HotelsPage;
0 commit comments