Restore headers component import deleted from previous commit
This commit is contained in:
parent
fe1353b5c7
commit
4490adc36c
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ export default {
|
|||
components: {
|
||||
tabs: () => import("../ui/tabs"),
|
||||
tab: () => import("../ui/tab"),
|
||||
headers: () => import("./headers"),
|
||||
// Lens Renderers
|
||||
...getLensRenderers(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue