parent
2496cece91
commit
45e8331e26
150 changed files with 610 additions and 609 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const uuid = require('./uuid.js');
|
||||
import uuid from './uuid';
|
||||
|
||||
const home = {
|
||||
left: [
|
||||
|
|
@ -17,7 +17,7 @@ const home = {
|
|||
]
|
||||
};
|
||||
|
||||
module.exports = () => {
|
||||
export default () => {
|
||||
const homeData = [];
|
||||
|
||||
home.left.forEach(widget => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue