Skip to content

Commit

Permalink
fix: Export themes accesible to loadable (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles authored Feb 13, 2019
1 parent fc3c4a5 commit 2676476
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/jobStreet.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from '../lib/themes/jobStreet';
1 change: 1 addition & 0 deletions themes/seekAnz.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from '../lib/themes/seekAnz';
1 change: 1 addition & 0 deletions themes/seekAsia.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from '../lib/themes/seekAsia';
1 change: 1 addition & 0 deletions themes/wireframe.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from '../lib/themes/wireframe';

0 comments on commit 2676476

Please sign in to comment.