export link type interface
This commit is contained in:
parent
ff36addc56
commit
7dfd12e60d
@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { useRouter } from 'next/router'
|
||||
|
||||
interface LinkType {
|
||||
export interface LinkType {
|
||||
slug: string
|
||||
title: string
|
||||
shortSummary: string
|
||||
|
Loading…
Reference in New Issue
Block a user