mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
8 lines
187 B
TypeScript
8 lines
187 B
TypeScript
import React from "react";
|
|
|
|
import { ConnectAccountForm } from "@/components/providers/workflow/forms";
|
|
|
|
export default function ConnectAccountPage() {
|
|
return <ConnectAccountForm />;
|
|
}
|