mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-02 14:01:59 +08:00
feat: update chat view layout
This commit is contained in:
@ -2,11 +2,13 @@ import { AppProps } from "next/app";
|
||||
import React from "react";
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
import "../styles/tailwind.css";
|
||||
import { Toaster } from "react-hot-toast";
|
||||
|
||||
function MyApp({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
<>
|
||||
<Component {...pageProps} />
|
||||
<Toaster position="top-right" />
|
||||
<Analytics />
|
||||
</>
|
||||
);
|
||||
|
Reference in New Issue
Block a user