mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 16:15:50 +08:00
feat: add analytics
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import { Home } from "./components/home";
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
|
||||
export default function App() {
|
||||
return <Home />;
|
||||
return (
|
||||
<>
|
||||
<Home />
|
||||
<Analytics />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user