Skip to content

Commit

Permalink
Merge pull request #9 from stifskere/dev
Browse files Browse the repository at this point in the history
fix: type import
  • Loading branch information
stifskere authored May 16, 2024
2 parents ea85a85 + 9b73acb commit 8d207b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/github/repos/route.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {NextResponse} from "next/server";
import {GithubRepository, GithubRepositoryFromSource} from "@/app/github/github-types";
import {githubRequestInit} from "@/app/github/github-constants";

export const revalidate = 3600;
Expand Down

0 comments on commit 8d207b8

Please sign in to comment.