Skip to content

Commit 6d4c212

Browse files
committed
chore: revert line change
1 parent 97c64ed commit 6d4c212

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/js/editor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import '../sass/formeo.scss'
12
import i18n from '@draggable/i18n'
23
import dom from './common/dom.js'
34
import Events from './common/events.js'
@@ -8,7 +9,6 @@ import { loadPolyfills, fetchIcons, fetchFormeoStyle } from './common/loaders.js
89
import { SESSION_LOCALE_KEY } from './constants.js'
910
import { merge } from './common/utils/index.mjs'
1011
import { defaults } from './config.js'
11-
import '../sass/formeo.scss'
1212

1313
/**
1414
* Main class
@@ -65,7 +65,6 @@ export class FormeoEditor {
6565
loadPolyfills(this.opts.polyfills)
6666
}
6767

68-
6968
// Ajax load svgSprite and inject into markup.
7069
await fetchIcons(this.opts.svgSprite)
7170
promises.push(fetchFormeoStyle(this.opts.style))

0 commit comments

Comments
 (0)