8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
|
import React from 'react'
|
||
|
|
||
|
import { Community } from '@status-im/react'
|
||
|
|
||
|
export const App = () => {
|
||
|
return <Community publicKey="<YOUR_COMMUNITY_KEY>" theme="light" />
|
||
|
}
|