mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-31 23:31:30 +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 {
|
||||
UploadImage,
|
||||
UploadImageResponse,
|
||||
ImageFile,
|
||||
DeleteImage,
|
||||
} from "./other_types";
|
||||
export { UploadImage } from "./other_types";
|
||||
export { ActivityId } from "./types/ActivityId";
|
||||
export { AddAdmin } from "./types/AddAdmin";
|
||||
export { AddAdminResponse } from "./types/AddAdminResponse";
|
||||
|
|
Loading…
Reference in a new issue