Skip to content
Snippets Groups Projects
Unverified Commit d9b32726 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Use import instead of require

parent cff89c2a
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
require('./shareconfigmodel.js')
require('./sharetemplates.js')
require('./shareitemmodel.js')
require('./sharesocialmanager.js')
require('./sharedialogresharerinfoview.js')
require('./sharedialoglinkshareview.js')
require('./sharedialogshareelistview.js')
require('./sharedialogview.js')
require('./share.js')
import './shareconfigmodel.js';
import './sharetemplates.js';
import './shareitemmodel.js';
import './sharesocialmanager.js';
import './sharedialogresharerinfoview.js';
import './sharedialoglinkshareview.js';
import './sharedialogshareelistview.js';
import './sharedialogview.js';
import './share.js';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment