adding test and works locally

This commit is contained in:
Arjun Patel
2022-01-28 15:25:23 -08:00
parent bcaa659454
commit a9f0cf3e5e
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export function connection() {
console.log("connected @nirvana/common")
}
+3
View File
@@ -5,6 +5,9 @@ import { AuthProvider } from "../contexts/authContext";
import SiteLayout from "../components/Layouts/SiteLayout";
import { Toaster } from "react-hot-toast";
import { connection }from '@nirvana/common'
connection()
function MyApp({ Component, pageProps }) {
return (
<SiteLayout>