TypeScript cleanup

This commit is contained in:
2018-04-02 07:34:16 +02:00
parent 3f86a970f0
commit 88296da8be
44 changed files with 135 additions and 133 deletions

20
scripts/Actions/index.ts Normal file
View File

@ -0,0 +1,20 @@
export * from "./Audio"
export * from "./AnimeList"
export * from "./Diff"
export * from "./Editor"
export * from "./Explore"
export * from "./FollowUser"
export * from "./Forum"
export * from "./InfiniteScroller"
export * from "./Install"
export * from "./Like"
export * from "./Notifications"
export * from "./Object"
export * from "./Publish"
export * from "./Search"
export * from "./Serialization"
export * from "./Shop"
export * from "./SideBar"
export * from "./StatusMessage"
export * from "./Theme"
export * from "./Upload"