Skip to content

Commit 6fba2e5

Browse files
committed
Add imports for AuthRequest and PKCECodePair in layout.ts
1 parent f6f7081 commit 6fba2e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ui/layout.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
22
* HTML layout template
33
*/
4+
import { AuthRequest } from "@cloudflare/workers-oauth-provider";
45
import { html } from "hono/html";
56
import type { HtmlEscapedString } from "hono/utils/html";
7+
import { PKCECodePair } from "../types";
68

79
export const layout = (content: HtmlEscapedString | string, title: string) => html`
810
<!DOCTYPE html>

0 commit comments

Comments
 (0)