From 5245587230a9f5e6ee0734c9be2d11feefae15ad Mon Sep 17 00:00:00 2001 From: Flavio Costa Date: Sun, 18 Jun 2017 10:45:11 -0300 Subject: [PATCH] Edit bath and grooming show template and add your export in index.js Related to issue #14 Related to issue #2 Signed-off-by: Flavio Costa --- src/Categories/BathAndGrooming/BathAndGroomingShow.js | 9 ++++++--- src/Categories/BathAndGrooming/index.js | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Categories/BathAndGrooming/BathAndGroomingShow.js b/src/Categories/BathAndGrooming/BathAndGroomingShow.js index ac0fa1b..52970f1 100644 --- a/src/Categories/BathAndGrooming/BathAndGroomingShow.js +++ b/src/Categories/BathAndGrooming/BathAndGroomingShow.js @@ -9,8 +9,11 @@ import { export const BathAndGroomingShow = props => ( - - + + + ( /> -); \ No newline at end of file +); diff --git a/src/Categories/BathAndGrooming/index.js b/src/Categories/BathAndGrooming/index.js index 982ddc4..03e5860 100644 --- a/src/Categories/BathAndGrooming/index.js +++ b/src/Categories/BathAndGrooming/index.js @@ -1,3 +1,4 @@ export { BathAndGroomingList } from './BathAndGroomingList'; export { BathAndGroomingCreate } from './BathAndGroomingCreate'; export { BathAndGroomingEdit } from './BathAndGroomingEdit'; +export { BathAndGroomingShow } from './BathAndGroomingShow';