From 9ed756c556a55c7fb23d127d7b2a3a957da16d2e Mon Sep 17 00:00:00 2001 From: "Benny C. Wong" Date: Tue, 2 Aug 2016 23:14:35 -0700 Subject: [PATCH] move things to the right place instead of the wrong place --- addon/{mixins => }/index.js | 0 app/{mixins => }/index.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename addon/{mixins => }/index.js (100%) rename app/{mixins => }/index.js (100%) diff --git a/addon/mixins/index.js b/addon/index.js similarity index 100% rename from addon/mixins/index.js rename to addon/index.js diff --git a/app/mixins/index.js b/app/index.js similarity index 100% rename from app/mixins/index.js rename to app/index.js