fix: import clarity def

This commit is contained in:
Thomas Osmonson
2020-07-28 12:24:34 -05:00
committed by Hank Stoever
parent 3e042b7b1f
commit ea99468334

View File

@@ -7,7 +7,7 @@ import { useTheme } from '../hooks';
import { GrammaticalToken, GetGrammaticalTokenProps, RenderProps, Language } from './types';
import { theme } from './prism-theme';
import './language-definition';
import './clarity';
export * from './types';