import { listOperatorNames } from "@stirling-pdf/shared-operations/src/workflow/operatorAccessor"; import { OperatorCard } from "../components/OperatorCard"; import styles from './Home.module.css'; function Home() { const operators = listOperatorNames(); return (