diff --git a/.babelrc b/.babelrc index a2842d3..4dc4ae8 100644 --- a/.babelrc +++ b/.babelrc @@ -5,10 +5,12 @@ { "@": ["./src"], "alias": { + "@": "./src", "@common": "./src/common", "@config": "./src/config", "@features": "./src/features", "@libs": "./src/libs", + "@theme": "./src/theme", "@utils": "./src/utils" } } diff --git a/public/index.html b/public/index.html index 37d7fc5..595b81b 100644 --- a/public/index.html +++ b/public/index.html @@ -15,6 +15,7 @@ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> +