Running newer prettier.
This commit is contained in:
parent
ee77f700b3
commit
e3a337fb23
67 changed files with 1903 additions and 1933 deletions
|
@ -1,7 +1,7 @@
|
|||
import { hydrate } from 'inferno-hydrate';
|
||||
import { BrowserRouter } from 'inferno-router';
|
||||
import { initializeSite } from '../shared/initialize';
|
||||
import { App } from '../shared/components/app';
|
||||
import { hydrate } from "inferno-hydrate";
|
||||
import { BrowserRouter } from "inferno-router";
|
||||
import { initializeSite } from "../shared/initialize";
|
||||
import { App } from "../shared/components/app";
|
||||
|
||||
const site = window.isoData.site_res;
|
||||
initializeSite(site);
|
||||
|
@ -12,4 +12,4 @@ const wrapper = (
|
|||
</BrowserRouter>
|
||||
);
|
||||
|
||||
hydrate(wrapper, document.getElementById('root'));
|
||||
hydrate(wrapper, document.getElementById("root"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue