From 7f49a69dead9e7688ea6827db06f16aea649506d Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 14 Nov 2019 15:57:29 +0700 Subject: [PATCH] added comment --- src/index.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 1f621ec1..0c9e26b5 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,11 +1,11 @@ -import * as React from 'react'; -import { render } from 'react-dom'; -import { Provider } from 'react-redux'; -import { PersistGate } from 'redux-persist/integration/react'; -import { configureStore } from '~/redux/store'; -import App from '~/containers/App'; +import * as React from "react"; +import { render } from "react-dom"; +import { Provider } from "react-redux"; +import { PersistGate } from "redux-persist/integration/react"; +import { configureStore } from "~/redux/store"; +import App from "~/containers/App"; -require('./styles/main.scss'); +require("./styles/main.scss"); const { store, persistor } = configureStore(); @@ -15,13 +15,12 @@ render( , - document.getElementById('app') + document.getElementById("app") ); /* - backend: exclude node covers on import -- profile editing - relocate files - import videos - import graffiti @@ -36,8 +35,10 @@ render( - social integration (assimilate) - comment editing +- fulltext https://github.com/typeorm/typeorm/issues/3191 Done: +- profile editing - notifications (messages) - profile modal - messages @@ -46,5 +47,5 @@ Done: - social integration (login, signup) - boris with comments (import) - boris with comments (layout) - - */ + +*/