mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-08 02:24:51 +02:00
app.jsx: tweak default file mode files
This commit is contained in:
parent
3f19013bb4
commit
b38331de75
@ -352,12 +352,7 @@ export default class App extends Component {
|
|||||||
isFolder: true,
|
isFolder: true,
|
||||||
children: [{ name: 'style.css', content: '' }]
|
children: [{ name: 'style.css', content: '' }]
|
||||||
},
|
},
|
||||||
{ name: 'script.js', content: '' },
|
{ name: 'script.js', content: '' }
|
||||||
{
|
|
||||||
name: 'tempo',
|
|
||||||
isFolder: true,
|
|
||||||
children: [{ name: 'main.css', content: '' }]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user