export link type interface

This commit is contained in:
Triston Armstrong 2023-12-31 15:17:04 -06:00
parent ff36addc56
commit 7dfd12e60d

View File

@ -1,7 +1,7 @@
import React from 'react'; import React from 'react';
import { useRouter } from 'next/router' import { useRouter } from 'next/router'
interface LinkType { export interface LinkType {
slug: string slug: string
title: string title: string
shortSummary: string shortSummary: string