🐛 Add missing react import (#1590)

This commit is contained in:
Luke Vella 2025-02-28 11:38:43 +00:00 committed by GitHub
parent d195eb9604
commit b173cc78a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
/* eslint-disable @next/next/no-img-element */
import { ImageResponse } from "next/og";
import type { NextRequest } from "next/server";
import * as React from "react";
export const runtime = "edge";

View file

@ -1,6 +1,7 @@
/* eslint-disable @next/next/no-img-element */
import { ImageResponse } from "next/og";
import type { NextRequest } from "next/server";
import * as React from "react";
import { z } from "zod";
const schema = z.object({