Skip to content

Commit

Permalink
Add missing js file for (optimizedPicture)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifahrentholz committed Feb 6, 2024
1 parent b399fdd commit 8f2a7cc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/__chunks__/createOptimizedPicture.F94eikeI.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/__chunks__/createOptimizedPicture.F94eikeI.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions types/components/sidebar/sidebarPosts.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { LitElement } from 'lit';
export declare class SidebarPosts extends LitElement {
private lastTreePosts;
connectedCallback(): Promise<void>;
render(): import("lit-html").TemplateResult<1> | undefined;
protected createRenderRoot(): HTMLElement | DocumentFragment;
private getLastThreePosts;
private fetchSitemap;
private renderPost;
private getPosts;
}

0 comments on commit 8f2a7cc

Please sign in to comment.