refactor(chat): remove keyboard compatibility layer
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
import type { Viewport } from "next";
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
import { ChatRouteProviders } from "@/providers/chat-route-providers";
|
||||
|
||||
export const viewport: Viewport = {
|
||||
interactiveWidget: "resizes-content",
|
||||
};
|
||||
|
||||
export default function ChatLayout({ children }: { children: ReactNode }) {
|
||||
return <ChatRouteProviders>{children}</ChatRouteProviders>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user