summaryrefslogtreecommitdiff
path: root/examples/with-markdoc/src/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-markdoc/src/layouts')
-rw-r--r--examples/with-markdoc/src/layouts/Layout.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/src/layouts/Layout.astro b/examples/with-markdoc/src/layouts/Layout.astro
index fa47dafce..b1362340e 100644
--- a/examples/with-markdoc/src/layouts/Layout.astro
+++ b/examples/with-markdoc/src/layouts/Layout.astro
@@ -1,5 +1,5 @@
---
-export interface Props {
+interface Props {
title: string;
}