File tree Expand file tree Collapse file tree
website/app/adobe-dynamic-chat Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 'use client'
12import React from 'react'
23import {
34 LiveChatLoaderProvider ,
45 AdobeDynamicChat
56} from 'react-live-chat-loader'
6- import type { NextPage } from 'next'
77
8- import Layout from '../layouts/main'
9- import ExampleLinks from '../components/exampleLinks'
8+ import ExampleLinks from '../../components/exampleLinks'
109
11- const Page : NextPage = ( ) => (
12- < LiveChatLoaderProvider
13- provider = "adobeDynamicChat"
14- providerKey = " "
15- instanceId = ""
16- env = ""
17- geo = ""
18- >
19- < Layout title = "React Live Chat Loader: Adobe Dynamic Chat" >
10+ export default function AdobeDynamicChatPage ( ) {
11+ return (
12+ < LiveChatLoaderProvider
13+ provider = "adobeDynamicChat "
14+ providerKey = ""
15+ instanceId = ""
16+ env = ""
17+ geo = ""
18+ >
2019 < div className = "wrapper" >
2120 < div className = "inner" >
2221 < h1 > React Live Chat Loader: Adobe Dynamic Chat</ h1 >
@@ -33,8 +32,6 @@ const Page: NextPage = () => (
3332 </ div >
3433 </ div >
3534 < AdobeDynamicChat />
36- </ Layout >
37- </ LiveChatLoaderProvider >
38- )
39-
40- export default Page
35+ </ LiveChatLoaderProvider >
36+ )
37+ }
You can’t perform that action at this time.
0 commit comments