formatting and linting
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
9ca50d56a8
commit
a083334079
@@ -6,10 +6,7 @@ import headComponents from './src/head';
|
||||
|
||||
import { createStore } from './src/redux/store';
|
||||
|
||||
export const replaceRenderer = ({
|
||||
bodyComponent,
|
||||
replaceBodyHTMLString
|
||||
}) => {
|
||||
export const replaceRenderer = ({ bodyComponent, replaceBodyHTMLString }) => {
|
||||
const store = createStore();
|
||||
|
||||
const ConnectedBody = () => (
|
||||
|
Reference in New Issue
Block a user