connect-component
Ryukemeister 2023-10-09 17:54:02 +05:30
parent 801a2e5fda
commit 2a8d87865a
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
import { Button } from "@/components/ui/button";
import { useState } from "react";
import { classNames } from "@calcom/lib";
import { Button } from "../src/components/ui/button";
import type { AtomsGlobalConfigProps } from "../types";
import type { ConnectButtonProps } from "../types";