Skip to content

Commit 7727c6e

Browse files
committed
Update imports.
1 parent 8f76e48 commit 7727c6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/speakers.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
import { getCollection, type CollectionEntry } from "astro:content";
3-
import Layout from "../layouts/Layout.astro";
4-
import Prose from "../components/prose/prose.astro";
5-
import { Separator } from "../components/separator/separator";
3+
import Layout from "@layouts/Layout.astro";
4+
import Prose from "@components/prose/prose.astro";
5+
import { Separator } from "@components/separator/separator";
66
import { Image } from "astro:assets";
77
88
type Speaker = CollectionEntry<"speakers">;

0 commit comments

Comments
 (0)