re opened
This commit is contained in:
37
resources/index.js
Normal file
37
resources/index.js
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
import css from './css'
|
||||||
|
import daily from './daily'
|
||||||
|
import design from './design'
|
||||||
|
import frontend from './frontend'
|
||||||
|
import fullstack from './fullstack'
|
||||||
|
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'
|
||||||
|
import utility from './utility'
|
||||||
|
import icons from './icons'
|
||||||
|
import accessibility from './accessibility'
|
||||||
|
import contentCreators from './contentCreators'
|
||||||
|
|
||||||
|
export default [
|
||||||
|
css,
|
||||||
|
daily,
|
||||||
|
design,
|
||||||
|
frontend,
|
||||||
|
fullstack,
|
||||||
|
general,
|
||||||
|
html,
|
||||||
|
javascript,
|
||||||
|
php,
|
||||||
|
podcasts,
|
||||||
|
python,
|
||||||
|
ruby,
|
||||||
|
server,
|
||||||
|
utility,
|
||||||
|
icons,
|
||||||
|
accessibility,
|
||||||
|
contentCreators,
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user