diff --git a/app/client/public/index.html b/app/client/public/index.html index 913de7033a..e9d789c8ce 100755 --- a/app/client/public/index.html +++ b/app/client/public/index.html @@ -1,6 +1,7 @@ + diff --git a/app/client/src/index.tsx b/app/client/src/index.tsx index e54a745edd..5dcb9743f2 100755 --- a/app/client/src/index.tsx +++ b/app/client/src/index.tsx @@ -14,7 +14,6 @@ import { ThemeProvider, theme } from "./constants/DefaultTheme"; import createSagaMiddleware from 'redux-saga' import { rootSaga } from "./sagas" import { appInitializer } from "./utils/AppsmithUtils"; -import NetlifyIdentityWidget from "netlify-identity-widget" appInitializer() WidgetBuilderRegistry.registerWidgetBuilders();