Skip to content

Commit

Permalink
fix: use correct import path for express handler
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 13, 2021
1 parent 52dc4d0 commit 7788e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const {
cssTypographyParagraphStyles,
theme: t
} = require('../lib');
const { cssNormalize } = require('../lib/theme/normalizeStyles');
const { cssNormalize } = require('../lib');

function cssVars(tt) {
const result = [];
Expand Down

0 comments on commit 7788e8b

Please sign in to comment.