chore: Refactored the intercom next public env variable and added test files (#4960)

This commit is contained in:
victorvhs017
2025-03-18 12:04:08 -03:00
committed by GitHub
parent 6255c9baad
commit 7a3ef93a18
34 changed files with 490 additions and 62 deletions
@@ -1,7 +1,6 @@
import { Button } from "@/modules/ui/components/button";
import { KeyIcon } from "lucide-react";
import Link from "next/link";
import React from "react";
export type ModalButton = {
text: string;