Skip to content

Commit

Permalink
fix: replace #utils with $lib/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed Dec 18, 2024
1 parent b1f579c commit 8959105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/pre-transform/codemods/legacy-story.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from '$lib/parser/ast.js';
import { InvalidTemplateAttribute } from '$lib/utils/error/legacy-api/index.js';

import { hashTemplateName } from '#utils/identifier-utils';
import { hashTemplateName } from '$lib/utils/identifier-utils';
import type { State } from '..';

interface Params {
Expand Down

0 comments on commit 8959105

Please sign in to comment.