summaryrefslogtreecommitdiff
path: root/examples/hackernews/src/components/For.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hackernews/src/components/For.astro')
-rw-r--r--examples/hackernews/src/components/For.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/src/components/For.astro b/examples/hackernews/src/components/For.astro
index 885c22a65..6eae88e27 100644
--- a/examples/hackernews/src/components/For.astro
+++ b/examples/hackernews/src/components/For.astro
@@ -1,7 +1,7 @@
---
import Show from './Show.astro';
-export interface Props<T> {
+interface Props<T> {
each: Iterable<T>;
}
Gravatar Jarred Sumner 7-9/+87 2023-08-19Add inline sourcemaps when `--inspect` is enabled (#4213)Gravatar Jarred Sumner 3-3/+64 2023-08-19tty `ReadStream`, `WriteStream`, and readline rawmode (#4179)Gravatar Dylan Conway 23-722/+821 2023-08-18Fix make headers (again)Gravatar Jarred Sumner 1-0/+2