Skip to content

Commit

Permalink
chore(ui5-media-gallery): migrate to jsx template
Browse files Browse the repository at this point in the history
  • Loading branch information
kineticjs committed Jan 22, 2025
1 parent 44b2153 commit a59a4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fiori/src/MediaGalleryItemTemplate.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MediaGalleryItem from "./MediaGalleryItem.js";
import type MediaGalleryItem from "./MediaGalleryItem.js";
import Icon from "@ui5/webcomponents/dist/Icon.js";

export default function MediaGalleryItemTemplate(this: MediaGalleryItem) {
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori/src/MediaGalleryTemplate.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MediaGallery from "./MediaGallery.js";
import type MediaGallery from "./MediaGallery.js";
import MediaGalleryItem from "./MediaGalleryItem.js";
import Carousel from "@ui5/webcomponents/dist/Carousel.js";
import Button from "@ui5/webcomponents/dist/Button.js";
Expand Down

0 comments on commit a59a4f1

Please sign in to comment.