| 10 | const isDev = process.env.NODE_ENV === 'development' |
| 11 | |
| 12 | interface Props { |
| 13 | identifier: string |
| 14 | title: string |
| 15 | shortname: string |
| 16 | stagingShortname?: string |
| 17 | } |
| 18 | |
| 19 | export default function Disqus({ |
| 20 | identifier, |
nothing calls this directly
no outgoing calls
no test coverage detected