From 6a9a3edb5df47c8c75c5b0af8339e2e567d0053c Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 8 Jun 2022 15:56:52 -0500 Subject: [PATCH] Disable LinkButton import --- src/pages/benchmarks.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/benchmarks.astro b/src/pages/benchmarks.astro index 983bb09..8affa23 100644 --- a/src/pages/benchmarks.astro +++ b/src/pages/benchmarks.astro @@ -12,7 +12,7 @@ import { DoesItAPI } from '~/helpers/api/client.js' import Layout from '../layouts/default.astro' import BgPlayer from '~/src/components/video/bg-player.astro' import VideoRow from '~/src/components/video/row.astro' -import LinkButton from '~/components/link-button.vue' +// import LinkButton from '~/components/link-button.vue' const pagesToGet = 10