hello: Fix google analytics not working.

Since GA was only imported in portico bundle which we don't use
in hello page due to bootstrap, GA was not loaded.
This commit is contained in:
Aman Agrawal 2023-10-08 16:50:45 +00:00 committed by Tim Abbott
parent 70748181da
commit e8ced3e74a
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@
import "source-sans/source-sans-3VF.css";
import "source-code-pro/source-code-pro.css";
import "@fontsource-variable/open-sans";
import "../portico/google-analytics";