diff --git a/themes/index.js b/themes/index.js index 7f45be48..386a45dc 100644 --- a/themes/index.js +++ b/themes/index.js @@ -9,5 +9,5 @@ import * as nobelium from './nobelium' import * as matery from './matery' import * as example from './example' -export const ALL_THEME = ['hexo', 'next', 'medium', 'fukasawa', 'nobelium', 'matery', 'example'] +export const ALL_THEME = ['hexo', 'matery', 'next', 'medium', 'fukasawa', 'nobelium', 'example'] export { hexo, next, medium, fukasawa, nobelium, matery, example }