mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-23 19:38:12 +00:00
dev base (kinda stable)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { renderToString } from 'react-dom/server';
|
||||
import Admin from './admin.jsx';
|
||||
import Admin from './admin/admin.jsx';
|
||||
|
||||
export default (props) => renderToString(<Admin {...props} />);
|
||||
Reference in New Issue
Block a user