diff --git a/.gitignore b/.gitignore
index fcadec0..669568c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,5 @@ next-env.d.ts
package-lock.json
bun.lock
+opencode.json
+ENOKI_INTEGRATION.md
diff --git a/app/layout.tsx b/app/layout.tsx
index 4c7ca67..eaa073f 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -1,6 +1,6 @@
import type { Metadata } from "next";
import { Anton, Inter } from "next/font/google";
-import { SuiProviders } from "@/components/SuiProviders";
+import { EnokiProviders } from "@/components/providers/EnokiProviders";
import "./globals.css";
import "@mysten/dapp-kit/dist/index.css";
@@ -57,7 +57,7 @@ export default function RootLayout({
className={`${anton.variable} ${inter.variable} antialiased`}
suppressHydrationWarning
>
- {children}
+ {children}