Skip to content

Commit 66e8091

Browse files
committed
update to not use package in our application
1 parent ea3924b commit 66e8091

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.vercelignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nextlevelpackage
1+
nextlevelpackage/

src/app/layout.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from "react";
33
import "./globals.css";
44
// import { WebVitals } from './_components/web-vitals';
55
// import { NextWebVitals } from "nextlevelpackage";
6-
import NextWebVitals from 'nextlevelpackage';
76

87
const inter = Inter({ subsets: ["latin"] });
98

@@ -16,7 +15,6 @@ export default function RootLayout({ children }) {
1615
return (
1716
<html lang="en">
1817
<body className={inter.className}>
19-
<NextWebVitals />
2018
{children}
2119
</body>
2220
</html>

0 commit comments

Comments
 (0)