fix typo in module import

This commit is contained in:
Matthias Nannt
2023-04-16 15:39:56 +02:00
parent 1ec4dcb02d
commit 324a150a90

View File

@@ -2,7 +2,7 @@
import { RESPONSES_LIMIT_FREE } from "@formbricks/lib/constants";
import { useResponses } from "@/lib/responses/responses";
import Link from "next/Link";
import Link from "next/link";
export default function ResponsesLimitReachedBanner({ environmentId, surveyId }) {
const { responsesData } = useResponses(environmentId, surveyId);