Fix: Add revalidation to surveys overview page (#601)

This commit is contained in:
Matti Nannt
2023-07-21 15:19:29 +02:00
committed by GitHub
parent 3a17c6b085
commit 9be053d8a6

View File

@@ -1,10 +1,15 @@
export const revalidate = REVALIDATION_INTERVAL;
import ContentWrapper from "@/components/shared/ContentWrapper";
import WidgetStatusIndicator from "@/components/shared/WidgetStatusIndicator";
import SurveysList from "./SurveyList";
import { Metadata } from "next";
import { REVALIDATION_INTERVAL } from "@formbricks/lib/constants";
export const metadata: Metadata = {
title: "Your Surveys",
};
export default async function SurveysPage({ params }) {
return (
<ContentWrapper className="flex h-full flex-col justify-between">