componised ImageRow from /feed
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
import { type A11yImage } from "$lib/media/a11y-img";
|
||||
|
||||
export interface FeedEntry {
|
||||
id: string;
|
||||
title: string;
|
||||
subtitle: string;
|
||||
date: string;
|
||||
posted: string;
|
||||
images: FeedImage[];
|
||||
}
|
||||
|
||||
interface FeedImage {
|
||||
src: string;
|
||||
alt: string;
|
||||
images: A11yImage[];
|
||||
}
|
||||
|
||||
export let entries: FeedEntry[] = [
|
||||
|
||||
Reference in New Issue
Block a user