9307511c88
Cross-importing was making things hard to code-split efficiently, because the entire file gets evaluated when imported.
2 lines
93 B
JavaScript
2 lines
93 B
JavaScript
export const MAIN_CLASS = 'main';
|
|
export const COMMENT_HIGHLIGHTED = 'comment--highlighted';
|