From f1404f7c466ca2168340485e29915789e884fbee Mon Sep 17 00:00:00 2001 From: Johan-Ng <44483400+Johan-Ng@users.noreply.github.com> Date: Sun, 13 Oct 2019 23:48:43 +0800 Subject: [PATCH] re open again --- resources/index.js | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 resources/index.js diff --git a/resources/index.js b/resources/index.js deleted file mode 100644 index e01b213..0000000 --- a/resources/index.js +++ /dev/null @@ -1,37 +0,0 @@ -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, -]