From 9383cb647207efe94f1ff0c04b6fae966c24ffe0 Mon Sep 17 00:00:00 2001 From: Abinaya Subbiah Date: Tue, 26 Sep 2017 15:41:44 +0530 Subject: [PATCH] Moved bootstrap file into Vendor.ts. Moved bootstrap file into Vendor.ts. --- src/index.html | 1 - src/vendor.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index e82909b..58cf77e 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,6 @@ - diff --git a/src/vendor.ts b/src/vendor.ts index 1aa2226..9ed9f32 100644 --- a/src/vendor.ts +++ b/src/vendor.ts @@ -14,3 +14,4 @@ window["jQuery"] = $; window["$"] = $; import 'jsrender'; import '../node_modules/syncfusion-javascript/Content/ej/web/material/ej.web.all.min.css'; +import '../node_modules/bootstrap/dist/css/bootstrap.min.css';