Skip to content

Commit 9792e24

Browse files
committed
Lint
1 parent 8997192 commit 9792e24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hooks/useClientSideGitHubContributors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useEffect, useState } from "react"
44

55
import type { Author, FileContributorsState } from "@/lib/types"
66

7-
import { GITHUB_COMMITS_URL, CONTENT_DIR } from "@/lib/constants"
7+
import { CONTENT_DIR,GITHUB_COMMITS_URL } from "@/lib/constants"
88

99
export const gitHubAuthHeaders = {
1010
headers: new Headers({

src/hooks/useClientSideGitHubLastEdit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { useRouter } from "next/router"
66
import type { Lang, LastUpdatedState } from "@/lib/types"
77

88
import {
9+
CONTENT_DIR,
910
DEFAULT_LOCALE,
1011
GITHUB_COMMITS_URL,
11-
CONTENT_DIR,
1212
} from "@/lib/constants"
1313

1414
import { gitHubAuthHeaders } from "@/hooks/useClientSideGitHubContributors"

0 commit comments

Comments
 (0)