Merge branch 'feature/integration'
This commit is contained in:
commit
892448db33
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<!-- in index.html, or however you manage your CSS files -->
|
<!-- in index.html, or however you manage your CSS files -->
|
||||||
<link href="../node_modules/normalize.css/normalize.css" rel="stylesheet" />
|
<link href="../node_modules/normalize.css/normalize.css" rel="stylesheet" />
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ import { ThemeProvider, theme } from "./constants/DefaultTheme";
|
||||||
import createSagaMiddleware from 'redux-saga'
|
import createSagaMiddleware from 'redux-saga'
|
||||||
import { rootSaga } from "./sagas"
|
import { rootSaga } from "./sagas"
|
||||||
import { appInitializer } from "./utils/AppsmithUtils";
|
import { appInitializer } from "./utils/AppsmithUtils";
|
||||||
import NetlifyIdentityWidget from "netlify-identity-widget"
|
|
||||||
|
|
||||||
appInitializer()
|
appInitializer()
|
||||||
WidgetBuilderRegistry.registerWidgetBuilders();
|
WidgetBuilderRegistry.registerWidgetBuilders();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user