mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-23 21:00:17 +00:00
5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
import { DatabaseApplication } from '@/modules/database/application'
|
|
|
|
export default ({ store }) => {
|
|
store.dispatch('application/register', new DatabaseApplication())
|
|
}
|