mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-24 22:24:07 +03:00
9 lines
201 B
JavaScript
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 };
|