Code clean
- Imports/exports always at top - Sapper template not needing a div to execute - NPM packages updates: @rollup/plugin-commonjs 11.1.0 has a bug about import/exports
This commit is contained in:
@@ -73,11 +73,12 @@
|
||||
locations,
|
||||
pageReady
|
||||
} from 'utils/store'
|
||||
const { page } = stores()
|
||||
|
||||
// Components
|
||||
import AnalyticsTracker from 'utils/AnalyticsTracker'
|
||||
|
||||
// Variables
|
||||
const { page } = stores()
|
||||
|
||||
|
||||
/*
|
||||
** Manipulate data
|
||||
|
||||
Reference in New Issue
Block a user