Skip to content

Commit 4c0b723

Browse files
committed
lint
1 parent c1d05a9 commit 4c0b723

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/server

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { is_promise, noop } from '../shared/utils.js';
22
import { subscribe_to_store } from '../../store/utils.js';
33
import {
4+
UNINITIALIZED,
45
DOMBooleanAttributes,
56
disallowed_paragraph_contents,
67
interactive_elements,
78
is_tag_valid_with_parent
89
} from '../../constants.js';
910
import { DEV } from 'esm-env';
10-
import { UNINITIALIZED } from '../../constants.js';
1111
import { current_component, pop, push } from './context.js';
1212

1313
/**

0 commit comments

Comments
 (0)