'use client' import type { WorkspaceComponentProps } from '@/lib/extensions/workspace-registry' import { Button } from '@/components/ui/button' import { Landmark, Settings } from 'lucide-react' import Link from 'next/link' export default function EnableBankingWorkspace({ userId }: WorkspaceComponentProps) { return (

Bankintegration (PSD2)

Koppla ditt bankkonto under Inställningar för att synka transaktioner automatiskt.

) }