1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-26 05:37:13 +00:00
bramw_baserow/enterprise/web-frontend/modules/baserow_enterprise/plugins.js
Jeremie Pardou-Piquemal 2f34b99fb9 Add enterprise plugin
2022-09-22 10:00:59 +02:00

7 lines
168 B
JavaScript

import { BaserowPlugin } from '@baserow/modules/core/plugins'
export class EnterprisePlugin extends BaserowPlugin {
static getType() {
return 'enterprise'
}
}