import { defineHost } from './define-host'; const slate = defineHost({ name: 'slate', displayName: 'Slate', }); export default slate;