chore: move js sdk and demo app to its own repository (#5668)

This commit is contained in:
Matti Nannt
2025-05-05 21:03:54 +02:00
committed by GitHub
parent e0e42d2eed
commit bd22aaaa86
56 changed files with 13 additions and 1513 deletions

View File

@@ -1,6 +1,5 @@
"use client";
import { formbricksLogout } from "@/app/lib/formbricks";
import { DeleteAccountModal } from "@/modules/account/components/DeleteAccountModal";
import { Alert, AlertDescription, AlertTitle } from "@/modules/ui/components/alert";
import { Button } from "@/modules/ui/components/button";
@@ -29,7 +28,6 @@ export const RemovedFromOrganization = ({ user, isFormbricksCloud }: RemovedFrom
setOpen={setIsModalOpen}
user={user}
isFormbricksCloud={isFormbricksCloud}
formbricksLogout={formbricksLogout}
organizationsWithSingleOwner={[]}
/>
<Button