0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 04:38:11 +00:00
Files
homebrewery/client/entry-server-admin.jsx
Víctor Losada Hernández 86f3d5c290 first build setup
2026-01-29 16:43:59 +01:00

4 lines
148 B
JavaScript

import { renderToString } from 'react-dom/server';
import Admin from './admin.jsx';
export default (props) => renderToString(<Admin {...props} />);