Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Sep 20, 2024
1 parent be4620a commit 1317317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/opengraph/template.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type React from 'react';
// eslint-disable-next-line @typescript-eslint/no-restricted-imports -- required for satori & resvg
import React from 'react';

interface ContentProps {
siteName?: string,
Expand Down

0 comments on commit 1317317

Please sign in to comment.