mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-13 18:19:24 -06:00
fix typo in module import
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user