From 8fe5329b2e284fa32a286d8ac19e4a5aa9d672c5 Mon Sep 17 00:00:00 2001 From: Johan-Ng <44483400+Johan-Ng@users.noreply.github.com> Date: Sun, 13 Oct 2019 23:51:09 +0800 Subject: [PATCH] re opened --- resources/index.js | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 resources/index.js diff --git a/resources/index.js b/resources/index.js new file mode 100644 index 0000000..e01b213 --- /dev/null +++ b/resources/index.js @@ -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, +]