Only import isEmpty

This commit is contained in:
Grzegorz Leoniec 2018-12-18 18:38:02 +01:00
parent e49534cdf6
commit 961f317473
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -1,4 +1,4 @@
import { isEmpty } from 'lodash'
import isEmpty from 'lodash/isEmpty'
export default async ({ store, env, route, redirect }) => {
let publicPages = env.publicPages