Compare commits
2 Commits
8215e17849
...
372abc310c
| Author | SHA1 | Date | |
|---|---|---|---|
| 372abc310c | |||
| 31eda84ea9 |
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 35 KiB |
@@ -1,7 +1,12 @@
|
||||
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