From 7dfd12e60df70f8c6e2d33e2573507bc742506c8 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sun, 31 Dec 2023 15:17:04 -0600 Subject: [PATCH] export link type interface --- components/MDContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MDContent.tsx b/components/MDContent.tsx index bfcedec..d22148d 100644 --- a/components/MDContent.tsx +++ b/components/MDContent.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { useRouter } from 'next/router' -interface LinkType { +export interface LinkType { slug: string title: string shortSummary: string