5 lines
56 B
JavaScript
5 lines
56 B
JavaScript
import bg from './bg.js';
|
|
|
|
export default {
|
|
...bg,
|
|
};
|