reorganizing file structures;

This commit is contained in:
huangjx
2021-10-22 21:04:27 +08:00
parent 0bd6c81157
commit bc178c3367
13 changed files with 26 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
import helper from './helper'
import eventHandler from './eventHandler'
import Http from './http'
import helper from './utils/helper'
import eventHandler from './lib/eventHandler'
import Http from './lib/http'
import { translate as t, translatePlural as n } from '@nextcloud/l10n'
import updatePage from './updatePage'
import buttonActions from './buttonActions'
import updatePage from './actions/updatePage'
import buttonActions from './actions/buttonActions'
import './css/style.scss'
import './css/table.scss'
import { createApp } from 'vue'