Skip to content

Commit b2ce14b

Browse files
committed
fix(theme): export
1 parent 8cbfaaa commit b2ce14b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • generator/templates/Default/src/plugins/vuetify

generator/templates/Default/src/plugins/vuetify/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const dark = {
1010
accent: '#ffd0b1',
1111
};
1212

13-
export default {
13+
export {
1414
light,
1515
dark,
1616
};

0 commit comments

Comments
 (0)