Move command-k inside theme state provider

This commit is contained in:
Sam Becker 2024-02-19 12:57:24 -06:00
parent 7fd878edf6
commit 3992a426fb

View File

@ -92,13 +92,13 @@ export default function RootLayout({
<Footer />
</Suspense>
</main>
<CommandK />
</ThemeProviderClient>
</StateProvider>
<Analytics />
<SpeedInsights />
<PhotoEscapeHandler />
<ToasterWithThemes />
<CommandK />
</body>
</html>
);