mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00:00
12 lines
235 B
JavaScript
12 lines
235 B
JavaScript
import { renderToString } from 'preact-render-to-string';
|
|
|
|
export {
|
|
renderToString,
|
|
renderToString as renderToStaticMarkup
|
|
} from 'preact-render-to-string';
|
|
|
|
export default {
|
|
renderToString,
|
|
renderToStaticMarkup: renderToString
|
|
};
|