fix: make connect calendar atoms client side (#16677)

* fix: make connect calendar atoms client side

* delete unrelated file
This commit is contained in:
Lauris Skraucis
2024-09-17 10:16:12 +00:00
committed by GitHub
parent b3be9a93e0
commit 3900c55204
4 changed files with 8 additions and 0 deletions
@@ -1,3 +1,5 @@
"use client";
import type { FC } from "react";
import type { CALENDARS } from "@calcom/platform-constants";
@@ -1,3 +1,5 @@
"use client";
import {
Dialog,
DialogContent,
@@ -1,3 +1,5 @@
"use client";
import type { FC } from "react";
import { useLocale } from "@calcom/lib/hooks/useLocale";
@@ -1,3 +1,5 @@
"use client";
import type { FC } from "react";
import { useLocale } from "@calcom/lib/hooks/useLocale";