Files
OverlayScrollbars/packages/overlayscrollbars-jquery/src/index.js
T

9 lines
201 B
JavaScript

import abc from 'dir/abc';
import not from 'dir/not.png';
import file from 'file';
import j from 'jquery';
import { a, b, c } from 'test';
export default j('div');
export { a, b, c, file, abc, not };