[Index][s]: Add link import

This commit is contained in:
Rising Odegua 2021-04-14 12:22:48 +01:00
parent ec88b6647a
commit e7267a594d

View File

@ -1,5 +1,6 @@
import path from 'path'
import Head from 'next/head'
import Link from 'next/link'
import Table from '../components/Table'
import filesize from 'filesize'
import { Vega } from 'react-vega';