From 39e7f4227f515aca344966380f8381118215cf50 Mon Sep 17 00:00:00 2001 From: mcxleague <119989048+mcxleague@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:49:34 -0800 Subject: [PATCH] Update index.tsx --- examples/create-next-app/pages/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/create-next-app/pages/index.tsx b/examples/create-next-app/pages/index.tsx index ac8892aba..1c8c78b00 100644 --- a/examples/create-next-app/pages/index.tsx +++ b/examples/create-next-app/pages/index.tsx @@ -1,5 +1,7 @@ import Head from 'next/head' import { Page, Text, Image, Display, Button, Grid } from '@geist-ui/core' +import { Analytics } from '@vercel/analytics/react'; +import { SpeedInsights } from "@vercel/speed-insights/next" const gh = 'https://github.com/geist-org/geist-ui' const docs = 'https://geist-ui.dev'