mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00:00
11 lines
235 B
JavaScript
11 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
|
|
};
|