diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2024-01-03 16:13:11 -0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-01-29 12:08:06 +0000 |
commit | e57fc753b3a083ddea52dbe4cd003261e836b2d4 (patch) | |
tree | 16ad0c2d7cea4ecd21b5aa485ae38dd04f2a1e18 /src/index.js | |
parent | 52aabdb011279871468269802e056f0ec48511e4 (diff) |
Style refresh with square grid motif and blue palette.
It tries to follow the visual language of the flutter sample apps.
Bug-AGL: SPEC-4041
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: I68f4ebf82ac5cb5dbe856e9ffe5fca26f47b3442
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/index.js b/src/index.js index a022899..4db937f 100644 --- a/src/index.js +++ b/src/index.js @@ -14,14 +14,11 @@ * limitations under the License. */ -/* JS */ -import { init } from './js/app'; - /* CSS */ import './styles/app.scss'; document.addEventListener('DOMContentLoaded', function(){ - init(); + APP.init(); KUKSA.init([ [PATHS.volume, VOLUME], |