Skip to content

Commit 14dde0c

Browse files
committed
Fix linting issues
1 parent 0547e65 commit 14dde0c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

components/PageHead.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Head from 'next/head'
22

33
import type * as types from '@/lib/types'
44
import * as config from '@/lib/config'
5+
56
import { StructuredDataForSEO } from './StructuredDataForSEO'
67

78
export function PageHead({

components/StructuredDataForSEO.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as config from '@/lib/config'
21
import { socialLinks } from '@/components/PageSocial'
2+
import * as config from '@/lib/config'
33

44

55
export function StructuredDataForSEO() {

pages/_document.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import Document, { Head, Html, Main, NextScript } from 'next/document'
22
import { IconContext } from 'react-icons'
33

4-
import * as config from '@/lib/config'
5-
64
export default class MyDocument extends Document {
75
render() {
86
return (

0 commit comments

Comments
 (0)