fix: add the correct import

This commit is contained in:
Oliver Davies 2022-10-16 12:52:45 +01:00
parent f9df869c24
commit 7d91a71917

View file

@ -1,5 +1,6 @@
---
import PageLayout from '../../layouts/PageLayout.astro'
import _ from 'lodash'
import { getSlugFromFile } from '../../utils.ts'
const talks = await Astro.glob("../../talks/*.md")