mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-03 16:15:03 +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,
|
||||
children: [{ name: 'style.css', content: '' }]
|
||||
},
|
||||
{ name: 'script.js', content: '' },
|
||||
{
|
||||
name: 'tempo',
|
||||
isFolder: true,
|
||||
children: [{ name: 'main.css', content: '' }]
|
||||
}
|
||||
{ name: 'script.js', content: '' }
|
||||
]
|
||||
)
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user