summaryrefslogtreecommitdiff
path: root/makima/frontend/src/components/directives/VerifiersTab.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/src/components/directives/VerifiersTab.tsx')
-rw-r--r--makima/frontend/src/components/directives/VerifiersTab.tsx12
1 files changed, 0 insertions, 12 deletions
diff --git a/makima/frontend/src/components/directives/VerifiersTab.tsx b/makima/frontend/src/components/directives/VerifiersTab.tsx
deleted file mode 100644
index cfcfdd8..0000000
--- a/makima/frontend/src/components/directives/VerifiersTab.tsx
+++ /dev/null
@@ -1,12 +0,0 @@
-import type { DirectiveWithProgress } from "../../lib/api";
-
-export function VerifiersTab({ directive: _directive }: { directive: DirectiveWithProgress }) {
- // TODO: Fetch verifiers separately
- return (
- <div className="text-center py-8">
- <p className="font-mono text-sm text-[#556677]">
- Verifiers will be shown here. Use auto-detect to find available verifiers.
- </p>
- </div>
- );
-}