fix: add the correct import
This commit is contained in:
parent
f9df869c24
commit
7d91a71917
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
import PageLayout from '../../layouts/PageLayout.astro'
|
import PageLayout from '../../layouts/PageLayout.astro'
|
||||||
|
import _ from 'lodash'
|
||||||
import { getSlugFromFile } from '../../utils.ts'
|
import { getSlugFromFile } from '../../utils.ts'
|
||||||
|
|
||||||
const talks = await Astro.glob("../../talks/*.md")
|
const talks = await Astro.glob("../../talks/*.md")
|
||||||
|
|
Loading…
Reference in a new issue