mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +02:00
🐛 Add missing react import (#1590)
This commit is contained in:
parent
d195eb9604
commit
b173cc78a0
2 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue