Skip to content

Commit

Permalink
Remove direct import from utils/src to fix auto-generated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed Oct 23, 2022
1 parent 7aa8d5e commit 1620080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import {
addClass,
removeClass,
computeColorSignal,
getColorSignalClassnames,
getAbsoluteColorVariation,
getSiteColorVariation,
getSourceIndexFromPaletteId,
addSiteVariationOffset,
removeSiteVariationOffset,
} from "@novablocks/utils";
import { getColorSignalClassnames } from "@novablocks/utils/src";

const COLOR_SIGNAL_SELECTOR = '[data-color-signal]';

Expand Down

0 comments on commit 1620080

Please sign in to comment.