UNPKG

gamingpe-chatbot

Version:

This chatbot can be used for the Deposit, Withdrawal and Solving query for the pending transaction faster than before.

7 lines (6 loc) 199 B
import "./globals.css"; import "../styles/chatbot.css"; import React from "react"; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>): React.JSX.Element;