Skip to content

Commit 47298d6

Browse files
committed
fix: remove unnecessary whitespace in page.tsx
1 parent dda58be commit 47298d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
import { FaPencil } from "react-icons/fa6";
1313
import { SiBluesky, SiHono, SiZenn } from "react-icons/si";
1414

15-
export const runtime = "edge";
15+
export const runtime = "edge";
1616

1717
export default function Home() {
1818
return (

0 commit comments

Comments
 (0)