diff options
Diffstat (limited to 'docs/pages/pack/docs/comparisons/BenchmarksCallout.tsx')
| -rw-r--r-- | docs/pages/pack/docs/comparisons/BenchmarksCallout.tsx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/pages/pack/docs/comparisons/BenchmarksCallout.tsx b/docs/pages/pack/docs/comparisons/BenchmarksCallout.tsx deleted file mode 100644 index 98e33e4..0000000 --- a/docs/pages/pack/docs/comparisons/BenchmarksCallout.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import Link from "next/link"; -import Callout from "../../../../components/Callout"; - -export default function BenchmarksCallout() { - return ( - <Callout type="info"> - Want to know more about Turbopack's benchmarking process and - philosophy?{" "} - <Link href="../benchmarks" className="nx-underline"> - Learn more about Turbopack's benchmarking suite. - </Link> - </Callout> - ); -} |
