reorganizing file structures;
This commit is contained in:
10
src/index.js
10
src/index.js
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user