mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-01-18 16:05:53 +00:00
fix
This commit is contained in:
parent
c862bd816e
commit
3185b36867
1 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
||||||
export * from "./http";
|
export * from "./http";
|
||||||
export {
|
export { UploadImage } from "./other_types";
|
||||||
UploadImage,
|
|
||||||
UploadImageResponse,
|
|
||||||
ImageFile,
|
|
||||||
DeleteImage,
|
|
||||||
} from "./other_types";
|
|
||||||
export { ActivityId } from "./types/ActivityId";
|
export { ActivityId } from "./types/ActivityId";
|
||||||
export { AddAdmin } from "./types/AddAdmin";
|
export { AddAdmin } from "./types/AddAdmin";
|
||||||
export { AddAdminResponse } from "./types/AddAdminResponse";
|
export { AddAdminResponse } from "./types/AddAdminResponse";
|
||||||
|
|
Loading…
Reference in a new issue