admin / Synapse-Sonar
publicAttack Surface Simulation
Synapse-Sonar / synapse-sonar / app / (app) / integrations / page.tsx
129 B · main
1 2 3 4 5 | import IntegrationsPage from "@/components/IntegrationsPage"; export default function Page() { return <IntegrationsPage />; } |