mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
test
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
|
||||
require("../polyfill");
|
||||
import Hotjar from '@hotjar/browser';
|
||||
|
||||
import { useState, useEffect } from "react";
|
||||
import styles from "./home.module.scss";
|
||||
@@ -30,14 +29,7 @@ import { getClientConfig } from "../config/client";
|
||||
import { type ClientApi, getClientApi } from "../client/api";
|
||||
import { useAccessStore } from "../store";
|
||||
import clsx from "clsx";
|
||||
const siteId = 5237727;
|
||||
const hotjarVersion = 6;
|
||||
Hotjar.init(siteId, hotjarVersion);
|
||||
|
||||
// Initializing with `debug` option:
|
||||
Hotjar.init(siteId, hotjarVersion, {
|
||||
debug: true
|
||||
});
|
||||
export function Loading(props: { noLogo?: boolean }) {
|
||||
return (
|
||||
<div className={clsx("no-dark", styles["loading-content"])}>
|
||||
|
||||
Reference in New Issue
Block a user