From 9be43a21c4edaa286e13b9072a1bb0d78d8af67d Mon Sep 17 00:00:00 2001 From: Pronoy Mukherjee <83197609+pronoy2108@users.noreply.github.com> Date: Wed, 25 May 2022 23:00:59 +0530 Subject: [PATCH] Update full.js --- src/js/full.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/js/full.js b/src/js/full.js index 25df909..2c73bf7 100644 --- a/src/js/full.js +++ b/src/js/full.js @@ -1,4 +1,4 @@ -import('actions.js') -import('modals.js') -import('segmented_controls.js') -import('tabs.js') +import('https://raw.githubusercontent.com/codedgar/Puppertino/master/src/js/actions.js') +import('https://raw.githubusercontent.com/codedgar/Puppertino/master/src/js/modals.js') +import('https://raw.githubusercontent.com/codedgar/Puppertino/master/src/js/segmented_controls.js') +import('https://raw.githubusercontent.com/codedgar/Puppertino/master/src/js/tabs.js')