mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 08:58:11 +00:00
first build setup
This commit is contained in:
4
client/entry-server-admin.jsx
Normal file
4
client/entry-server-admin.jsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { renderToString } from 'react-dom/server';
|
||||
import Admin from './admin.jsx';
|
||||
|
||||
export default (props) => renderToString(<Admin {...props} />);
|
||||
Reference in New Issue
Block a user