import Inferno from 'inferno'; import { Component } from 'inferno'; export class Ad extends Component { constructor (props) { super(props); } componentDidMount() { // Insert ad initialization here } render () { return (
Want a feature-packed tool for building your conlang with an active community and inter-linked word definitions?
Check out ConWorkShop!
); } }