/// <reference types="@solidjs/start/env" />
declare global {
interface Window {
dataLayer: any[];
gtag: (...args: any[]) => void;
}