Skip to content

Commit

Permalink
Fix liniting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Seavenly committed Sep 14, 2023
1 parent 57afb9b commit 06f2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/zoid/treatments/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { node, dom } from '@krakenjs/jsx-pragmatic/src';
import { getCurrentScriptUID } from '@krakenjs/belter/src';

// Direct imports to avoid import cycle by importing from ../../../utils
import { TAG } from '../../../utils';
import { TAG } from '../../../utils/constants';
import {
getMeta,
getEnv,
Expand Down

0 comments on commit 06f2c4f

Please sign in to comment.