-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
5c1a020
commit 5245587
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export { BathAndGroomingList } from './BathAndGroomingList'; | ||
export { BathAndGroomingCreate } from './BathAndGroomingCreate'; | ||
export { BathAndGroomingEdit } from './BathAndGroomingEdit'; | ||
export { BathAndGroomingShow } from './BathAndGroomingShow'; |