push API sandbox

This commit is contained in:
2025-04-18 23:50:08 +07:00
parent e0462b95e7
commit 88fa3ebed5
4 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
import type { Metadata } from "next";
import { ThemeProvider } from "@/components/contexts/theme-provider";
import { Navbar } from "@/components/docs/navbar";
import { Navbar } from "@/components/navbar";
import { GeistSans } from "geist/font/sans";
import { GeistMono } from "geist/font/mono";
import { Footer } from "@/components/docs/footer";
import { Footer } from "@/components/footer";
import docuConfig from "@/docu.json";
import { Toaster } from "@/components/ui/sonner";
import "@/styles/globals.css";