From dfe119c8237c0cbcf160e7fd8df4c837ad995a6b Mon Sep 17 00:00:00 2001 From: IanM Date: Wed, 2 Oct 2024 13:31:37 +0100 Subject: [PATCH] fix? --- .../tags/js/dist-typings/forum/addTagsToDiscussionSearch.d.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 extensions/tags/js/dist-typings/forum/addTagsToDiscussionSearch.d.ts diff --git a/extensions/tags/js/dist-typings/forum/addTagsToDiscussionSearch.d.ts b/extensions/tags/js/dist-typings/forum/addTagsToDiscussionSearch.d.ts new file mode 100644 index 0000000000..524c049286 --- /dev/null +++ b/extensions/tags/js/dist-typings/forum/addTagsToDiscussionSearch.d.ts @@ -0,0 +1 @@ +export default function addTagsToDiscussionSearch(): void;