Skip to content

Commit 2708a2c

Browse files
committed
Add testimonials and style guide
1 parent ed5fbf5 commit 2708a2c

File tree

4 files changed

+771
-1
lines changed

4 files changed

+771
-1
lines changed

components/t/home/index.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import Nav from './nav'
2+
import StyleGuide from './style-guide'
3+
import Testimonials from './testimonials'
4+
5+
export {
6+
Nav,
7+
StyleGuide,
8+
Testimonials
9+
}

0 commit comments

Comments
 (0)