Update new store with all current resources, remove store.json

This commit is contained in:
Kevin
2019-09-05 21:29:08 +02:00
parent 5910c42b3d
commit 967cdfbd3b
5 changed files with 43 additions and 1106 deletions

View File

@@ -7,6 +7,7 @@ import general from './general'
import html from './html'
import javascript from './javascript'
import php from './php'
import podcasts from './podcasts'
import python from './python'
import ruby from './ruby'
import server from './server'
@@ -22,6 +23,7 @@ export default [
html,
javascript,
php,
podcasts,
python,
ruby,
server,