mirror of
https://github.com/LukeHagar/sveltekit-og.git
synced 2025-12-08 20:57:45 +00:00
use .js extension when importing toReactElement.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import satori, { type SatoriOptions } from 'satori';
|
||||
import type { SvelteComponent } from 'svelte';
|
||||
import toReactElement from './toReactElement';
|
||||
import toReactElement from './toReactElement.js';
|
||||
import { svg2png, initialize, type ConvertOptions } from 'svg2png-wasm';
|
||||
|
||||
let initialized = false;
|
||||
|
||||
Reference in New Issue
Block a user