From 168f29231cd8fa3b3c8f69f287c9523e67af0ef9 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 8 Oct 2019 12:25:16 +0200 Subject: FUNCT Integrate header apps --- src/index.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 962b5a6..7b6f84c 100644 --- a/src/index.js +++ b/src/index.js @@ -14,8 +14,10 @@ * limitations under the License. */ -/* JS */ -import './js/AFB.js'; - /* CSS */ -import './styles/app.scss'; \ No newline at end of file +import './styles/app.scss'; +import { init } from './js/main'; +import { start } from './js/apps'; + +window.start = start; +init(); \ No newline at end of file -- cgit 1.2.3-korg