Skip to content

Commit 6f1d6be

Browse files
committed
tidy up
1 parent 785f60d commit 6f1d6be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/RegularElement.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ import {
3030
build_render_statement,
3131
build_template_chunk,
3232
build_update,
33-
build_update_assignment,
34-
escape_inline_expression,
35-
get_states_and_calls
33+
build_update_assignment
3634
} from './shared/utils.js';
3735

3836
/**

0 commit comments

Comments
 (0)