adding test and works locally
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
export function connection() {
|
||||||
|
console.log("connected @nirvana/common")
|
||||||
|
}
|
||||||
@@ -5,6 +5,9 @@ import { AuthProvider } from "../contexts/authContext";
|
|||||||
import SiteLayout from "../components/Layouts/SiteLayout";
|
import SiteLayout from "../components/Layouts/SiteLayout";
|
||||||
import { Toaster } from "react-hot-toast";
|
import { Toaster } from "react-hot-toast";
|
||||||
|
|
||||||
|
import { connection }from '@nirvana/common'
|
||||||
|
connection()
|
||||||
|
|
||||||
function MyApp({ Component, pageProps }) {
|
function MyApp({ Component, pageProps }) {
|
||||||
return (
|
return (
|
||||||
<SiteLayout>
|
<SiteLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user