pl-api: add missing export

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-18 16:26:58 +01:00
parent ca8218d0ce
commit 77855b133f

View File

@ -22,6 +22,7 @@ export * from './scheduled-statuses';
export * from './search';
export * from './settings';
export * from './statuses';
export * from './stories';
export * from './streaming';
export * from './timelines';
export * from './trends';