2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-12 07:12:25 +03:00

refactor: missed template import

This commit is contained in:
pimlie
2019-03-10 11:58:10 +01:00
committed by Alexander Lichter
parent 4a8f9753e0
commit 4c967b0b4b
+1 -1
View File
@@ -1,4 +1,4 @@
import applyTemplate from './applyTemplate'
import { applyTemplate } from './template'
import { defaultInfo, disableOptionKeys } from './constants'
import { ensureIsArray } from './ensure'
import { escape } from './escaping'